Add map properties highlighting
This commit is contained in:
parent
42bef1d592
commit
ab6d235540
2 changed files with 13 additions and 0 deletions
7
test/highlight/properties.bp
Normal file
7
test/highlight/properties.bp
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
foo {
|
||||
field: {
|
||||
// <- variable.member
|
||||
key: 42,
|
||||
// <- property
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue