7 lines
105 B
Text
7 lines
105 B
Text
foo {
|
|
some_field: {
|
|
// ^ variable.parameter
|
|
key: 42,
|
|
// <- property
|
|
},
|
|
}
|