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

34 lines
453 B
Plaintext

a <- b <-> c -- d -> e
# <- variable
# ^ operator
# ^ variable
# ^ operator
# ^ variable
# ^ operator
# ^ variable
# ^ operator
# ^ variable
a ----- b
# ^ operator
a ----> b
# ^ operator
a <---- b
# ^ operator
a <---> b
# ^ operator
a.b.c --> d.e
# <- string.special
# ^ string.special
# ^ variable
# ^ operator
# ^ string.special
# ^ variable