We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 055efe8 commit 4a7dfefCopy full SHA for 4a7dfef
2 files changed
vscode/syntaxes/toit.tmLanguage.json
@@ -548,7 +548,7 @@
548
},
549
{
550
"name": "constant.numeric.capitalized_user_constants.toit",
551
- "match": "\\b[A-Z][A-Z0-9_]+\\b"
+ "match": "\\b_*[A-Z](-?[A-Z0-9_])+\\b"
552
}
553
]
554
vscode/syntaxes/toit.tmLanguage.yaml
@@ -335,7 +335,7 @@ repository:
335
- name: constant.language.toit
336
match: \b(null|true|false)\b
337
- name: constant.numeric.capitalized_user_constants.toit
338
- match: \b[A-Z][A-Z0-9_]+\b
+ match: \b_*[A-Z](-?[A-Z0-9_])+\b
339
340
number:
341
name: constant.numeric.toit
0 commit comments