queries: fixup highlight tests

This commit is contained in:
Dmitriy Pleshevskiy 2023-06-16 00:55:59 +03:00
parent 8d8fd1bdf5
commit 3b38ac4fb8
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
3 changed files with 7 additions and 7 deletions

View File

@ -22,11 +22,11 @@ a <---> b
# ^ operator # ^ operator
a.b.c --> d.e a.b.c --> d.e
# <- constant # <- string.special
# ^ constant # ^ string.special
# ^ variable # ^ variable
# ^ operator # ^ operator
# ^ constant # ^ string.special
# ^ variable # ^ variable

View File

@ -25,7 +25,7 @@ header
# <- variable # <- variable
body: "" { body: "" {
# <- constant # <- string.special
# ^ punctuation.delimiter # ^ punctuation.delimiter
# ^ string # ^ string
# ^ punctuation.bracket # ^ punctuation.bracket

View File

@ -1,5 +1,5 @@
foo.'baz'.biz foo.'baz'.biz
# <- constant # <- string.special
# ^ punctuation.delimiter # ^ punctuation.delimiter
# ^ string # ^ string
# ^ string # ^ string
@ -26,12 +26,12 @@ foo: Foo Bar
# ^ text.title # ^ text.title
foo: Foo Bar { foo: Foo Bar {
# <- constant # <- string.special
# ^ text.title # ^ text.title
# ^ punctuation.bracket # ^ punctuation.bracket
bar.baz bar.baz
# <- constant # <- string.special
# ^ variable # ^ variable
} }
# <- punctuation.bracket # <- punctuation.bracket