queries: fixup highlight tests
This commit is contained in:
parent
8d8fd1bdf5
commit
3b38ac4fb8
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ header
|
||||||
# <- variable
|
# <- variable
|
||||||
|
|
||||||
body: "" {
|
body: "" {
|
||||||
# <- constant
|
# <- string.special
|
||||||
# ^ punctuation.delimiter
|
# ^ punctuation.delimiter
|
||||||
# ^ string
|
# ^ string
|
||||||
# ^ punctuation.bracket
|
# ^ punctuation.bracket
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue