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

7 lines
105 B
Text

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