Skip to content

Commit

Permalink
Undo fixing syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
vtereshkov committed Sep 14, 2021
1 parent 574a195 commit c51d76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Umka.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ contexts:
scope: punctuation.separator.umka

# Numeric literals
- match: '\b((0(X|x)[0-9|A-F|a-f]*))|[0-9.]+([Ee][+-]?[0-9]*)?\b'
- match: '\b(0[Xx])?[0-9.]+([Ee][+-]?[0-9]*)?\b'
scope: constant.numeric.umka

# String literals
Expand Down

0 comments on commit c51d76d

Please sign in to comment.