aboutsummaryrefslogtreecommitdiffstats
path: root/queries/angular
diff options
context:
space:
mode:
Diffstat (limited to 'queries/angular')
-rw-r--r--queries/angular/highlights.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/queries/angular/highlights.scm b/queries/angular/highlights.scm
index eb0107e2d..0fd97f848 100644
--- a/queries/angular/highlights.scm
+++ b/queries/angular/highlights.scm
@@ -112,6 +112,9 @@
"?."
] @punctuation.delimiter
+(nullish_coalescing_expression
+ (coalescing_operator) @operator)
+
(concatination_expression
"+" @operator)