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
a.b.c --> d.e
# <- constant
# ^ constant
# <- string.special
# ^ string.special
# ^ variable
# ^ operator
# ^ constant
# ^ string.special
# ^ variable

View File

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

View File

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