fix highlight tests
This commit is contained in:
parent
d576ebc919
commit
c19d2d7681
1 changed files with 6 additions and 5 deletions
|
@ -1,21 +1,22 @@
|
|||
foo.baz.biz
|
||||
# <- variable
|
||||
# ^ punctuanion.delimiter
|
||||
# ^ punctuation.delimiter
|
||||
# ^ variable
|
||||
# ^ punctuanion.delimiter
|
||||
# ^ punctuation.delimiter
|
||||
# ^ variable
|
||||
|
||||
foo: Foo Bar
|
||||
# <- variable
|
||||
# ^ punctuanion.delimiter
|
||||
# ^ punctuation.delimiter
|
||||
# ^ string
|
||||
|
||||
foo: Foo Bar {
|
||||
# <- variable
|
||||
# ^ label
|
||||
# ^ punctuation.delimiter
|
||||
# ^ string
|
||||
# ^ punctuation.bracket
|
||||
|
||||
bar.baz
|
||||
# <- variable
|
||||
# ^ variable
|
||||
}
|
||||
# <- punctuation.bracket
|
||||
|
|
Loading…
Reference in a new issue