Skip to content

Commit

Permalink
Exponencial number fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Resike committed Apr 4, 2019
1 parent b750c45 commit 6393081
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WoW Lua.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -3853,7 +3853,7 @@ contexts:
1: punctuation.definition.numeric.hexadecimal.lua
pop: true

- match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d*)?
- match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d+)?
scope: constant.numeric.decimal.lua
pop: true

Expand Down
2 changes: 1 addition & 1 deletion WoW XML.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -3853,7 +3853,7 @@ contexts:
1: punctuation.definition.numeric.hexadecimal.lua
pop: true

- match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d*)?
- match: (\d+(?:\.\d+)?|\.\d+)([Ee][-+]?\d+)?
scope: constant.numeric.decimal.lua
pop: true

Expand Down

0 comments on commit 6393081

Please sign in to comment.