Skip to content

Commit a7055a0

Browse files
committed
update tests
1 parent 0bdb7e4 commit a7055a0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/syntax/expected/highlight.res.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@
150150
syntax = { {
151151
hl_group = "resNone",
152152
hl_group_link = "resNone"
153+
}, {
154+
hl_group = "resOperator",
155+
hl_group_link = "Operator"
153156
} }
154157
}, {
155158
col = 9,
@@ -332,5 +335,8 @@
332335
syntax = { {
333336
hl_group = "resNone",
334337
hl_group_link = "resNone"
338+
}, {
339+
hl_group = "resOperator",
340+
hl_group_link = "Operator"
335341
} }
336342
} }

0 commit comments

Comments
 (0)