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

29 lines
382 B
Plaintext

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