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

8 lines
94 B
Plaintext

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