aboutsummaryrefslogtreecommitdiffstats
path: root/queries/surface/highlights.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/surface/highlights.scm')
-rw-r--r--queries/surface/highlights.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/queries/surface/highlights.scm b/queries/surface/highlights.scm
index 77b88c052..5cdaa977c 100644
--- a/queries/surface/highlights.scm
+++ b/queries/surface/highlights.scm
@@ -19,12 +19,12 @@
; Surface supports HTML tags and are highlighted as such
[
- (start_tag)
- (end_tag)
- (self_closing_tag)
- (start_component)
- (end_component)
- (self_closing_component)
+ "<"
+ ">"
+ "</"
+ "/>"
+ "{"
+ "}"
] @tag.delimiter
; Expressions are similar to string interpolation, and are highloghted as such