tree-sitter-bp/test/highlight/operators.bp

8 lines
84 B
Text

foo = bar
// ^ operator
foo += 1
// ^ operator
foo = -1 + 2
// ^ operator