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

8 lines
105 B
Plaintext

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