tree-sitter-d2/test/highlight/shape.d2

23 lines
339 B
Plaintext
Raw Normal View History

2022-12-07 11:58:45 +03:00
foo.baz.biz
# <- variable
2022-12-07 13:39:16 +03:00
# ^ punctuation.delimiter
2022-12-07 11:58:45 +03:00
# ^ variable
2022-12-07 13:39:16 +03:00
# ^ punctuation.delimiter
2022-12-07 11:58:45 +03:00
# ^ variable
foo: Foo Bar
# <- variable
2022-12-07 13:39:16 +03:00
# ^ punctuation.delimiter
2022-12-07 11:58:45 +03:00
# ^ string
foo: Foo Bar {
# <- variable
2022-12-07 13:39:16 +03:00
# ^ string
# ^ punctuation.bracket
2022-12-07 11:58:45 +03:00
bar.baz
# <- variable
# ^ variable
}
2022-12-07 13:39:16 +03:00
# <- punctuation.bracket