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

29 lines
376 B
Plaintext

direction: right;
# <- keyword
# ^ punctuation.delimiter
# ^ string
# ^ punctuation.delimiter
shape: oval;
# <- error
# ^ error
baaaz.style: {
# <- variable
# ^ keyword
fill: red
# <- keyword
# ^ string
}
foo: Label {
shape: oval
# <- keyword
# ^ string
style.fill: red;
# <- keyword
# ^ keyword
}