Skip to content

Commit

Permalink
match identifier in a conditional expression so number that are part …
Browse files Browse the repository at this point in the history
…of identifiers don't get matched as numbers
  • Loading branch information
ksherlock committed Sep 2, 2018
1 parent 41b8364 commit 32a310f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Syntaxes/mumps.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ contexts:
expr:
- include: eol
- include: dollar
- match: '{{ident}}'
- match: \d+
scope: constant.numeric
- match: '{{ws}}'
Expand Down

0 comments on commit 32a310f

Please sign in to comment.