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

7 lines
94 B
Text

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