Remove unneeded regex groups for Eiffel
This commit is contained in:
parent
29597325d9
commit
354dc37ea6
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ var EiffelHighlightRules = function() {
|
|||
regex : /\b0(?:[xX][\da-fA-F](?:_*[\da-fA-F])*|[cC][0-7](?:_*[0-7])*|[bB][01](?:_*[01])*)\b/
|
||||
}, {
|
||||
token : "constant.numeric",
|
||||
regex : /(?:(?:\d(?:_*\d)*)?\.(?:(?:\d(?:_*\d)*)?[eE][+-]?)?\d(?:_*\d)*)|\d(?:_*\d)*\.?/
|
||||
regex : /(?:\d(?:_*\d)*)?\.(?:(?:\d(?:_*\d)*)?[eE][+-]?)?\d(?:_*\d)*|\d(?:_*\d)*\.?/
|
||||
}, {
|
||||
token : "paren.lparen",
|
||||
regex : /[\[({]|<<|\|\(/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue