diff options
| -rw-r--r-- | queries/dart/highlights.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/queries/dart/highlights.scm b/queries/dart/highlights.scm index 1c5591ac..064af56b 100644 --- a/queries/dart/highlights.scm +++ b/queries/dart/highlights.scm @@ -21,6 +21,11 @@ "}" @punctuation.special ) @none +(template_substitution + "$" @punctuation.special + (identifier_dollar_escaped) @variable +) @none + [ "@" "=>" |
