diff options
Diffstat (limited to 'queries/angular')
| -rw-r--r-- | queries/angular/highlights.scm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/queries/angular/highlights.scm b/queries/angular/highlights.scm index 3783933f8..271e352e5 100644 --- a/queries/angular/highlights.scm +++ b/queries/angular/highlights.scm @@ -108,6 +108,14 @@ "}}" ] @punctuation.special +(template_substitution + [ + "${" + "}" + ] @punctuation.special) + +(template_chars) @string + [ ";" "." |
