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
|
||||
|
||||
a.b.c --> d.e
|
||||
# <- constant
|
||||
# ^ constant
|
||||
# <- string.special
|
||||
# ^ string.special
|
||||
# ^ variable
|
||||
# ^ operator
|
||||
# ^ constant
|
||||
# ^ string.special
|
||||
# ^ variable
|
||||
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ header
|
|||
# <- variable
|
||||
|
||||
body: "" {
|
||||
# <- constant
|
||||
# <- string.special
|
||||
# ^ punctuation.delimiter
|
||||
# ^ string
|
||||
# ^ punctuation.bracket
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue