This website requires JavaScript.
Explore
Help
Sign In
ambroisie
/
tree-sitter-bp
Watch
1
Star
0
Fork
You've already forked tree-sitter-bp
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
cc84a43055
tree-sitter-bp
/
test
/
highlight
/
operators.bp
10 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add operators highlighting
2024-04-08 21:54:35 +02:00
foo = bar
// ^ operator
foo += 1
// ^ operator
foo = -1 + 2
Account for '-' as an operator For syntax purposes it's part of the number, but it looks better when highlighted as an operator.
2024-04-08 21:58:17 +02:00
// ^ operator
Add operators highlighting
2024-04-08 21:54:35 +02:00
// ^ operator
Reference in a new issue
Copy permalink