fix highlight tests

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-07 13:39:16 +03:00
parent d576ebc919
commit c19d2d7681
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -1,21 +1,22 @@
foo.baz.biz foo.baz.biz
# <- variable # <- variable
# ^ punctuanion.delimiter # ^ punctuation.delimiter
# ^ variable # ^ variable
# ^ punctuanion.delimiter # ^ punctuation.delimiter
# ^ variable # ^ variable
foo: Foo Bar foo: Foo Bar
# <- variable # <- variable
# ^ punctuanion.delimiter # ^ punctuation.delimiter
# ^ string # ^ string
foo: Foo Bar { foo: Foo Bar {
# <- variable # <- variable
# ^ label # ^ string
# ^ punctuation.delimiter # ^ punctuation.bracket
bar.baz bar.baz
# <- variable # <- variable
# ^ variable # ^ variable
} }
# <- punctuation.bracket