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

8 lines
105 B
Plaintext
Raw Normal View History

2024-04-08 22:35:55 +02:00
foo {
2024-04-11 23:05:33 +02:00
some_field: {
// ^ variable.parameter
2024-04-08 22:35:55 +02:00
key: 42,
// <- property
},
}