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
adec624d74
tree-sitter-bp
/
test
/
highlight
/
properties.bp
8 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add map properties highlighting
2024-04-08 22:35:55 +02:00
foo {
field: {
Consider module as function call for highlighting Their semantic is closer to a function call (like i.e: Bazel rules) rather than a module/namespace. Similarly for their properties, which are more like parameters than members.
2024-04-10 17:21:07 +02:00
// <- variable.parameter
Add map properties highlighting
2024-04-08 22:35:55 +02:00
key: 42,
// <- property
},
}
Reference in a new issue
Copy permalink