Fixed another regex for keyword.operator to include <
This commit is contained in:
parent
14c897972c
commit
2bad571374
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ var VelocityHighlightRules = function() {
|
|||
regex : "[a-zA-Z$#][a-zA-Z0-9_]*\\b"
|
||||
}, {
|
||||
token : "keyword.operator",
|
||||
regex : "!|&|\\*|\\-|\\+|=|!=|<=|>=<|>|&&|\\|\\|"
|
||||
regex : "!|&|\\*|\\-|\\+|=|!=|<=|>=|<|>|&&|\\|\\|"
|
||||
}, {
|
||||
token : "lparen",
|
||||
regex : "[[({]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue