26 lines
409 B
Text
26 lines
409 B
Text
foo.'baz'.biz
|
|
# <- constant
|
|
# ^ punctuation.delimiter
|
|
# ^ string
|
|
# ^ punctuation.delimiter
|
|
# ^ variable
|
|
|
|
'biz': 'Baz'
|
|
# <- string
|
|
# ^ string.special
|
|
|
|
foo: Foo Bar
|
|
# <- variable
|
|
# ^ punctuation.delimiter
|
|
# ^ string.special
|
|
|
|
foo: Foo Bar {
|
|
# <- constant
|
|
# ^ string.special
|
|
# ^ punctuation.bracket
|
|
|
|
bar.baz
|
|
# <- constant
|
|
# ^ variable
|
|
}
|
|
# <- punctuation.bracket
|