tree-sitter-bp/test/highlight/properties.bp
Bruno BELANYI f6e1266493
All checks were successful
ci/woodpecker/push/check Pipeline was successful
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 15:21:07 +00:00

8 lines
97 B
Plaintext

foo {
field: {
// <- variable.parameter
key: 42,
// <- property
},
}