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

9 lines
84 B
Plaintext

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