From 32a310f82939216728bd3c58247c48adf9827c9e Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 2 Sep 2018 12:19:50 -0400 Subject: [PATCH] match identifier in a conditional expression so number that are part of identifiers don't get matched as numbers --- Syntaxes/mumps.sublime-syntax | 1 + 1 file changed, 1 insertion(+) diff --git a/Syntaxes/mumps.sublime-syntax b/Syntaxes/mumps.sublime-syntax index 00a29e2..968e15d 100644 --- a/Syntaxes/mumps.sublime-syntax +++ b/Syntaxes/mumps.sublime-syntax @@ -131,6 +131,7 @@ contexts: expr: - include: eol - include: dollar + - match: '{{ident}}' - match: \d+ scope: constant.numeric - match: '{{ws}}'