mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 16:30:06 +08:00
22 lines
549 B
Plaintext
22 lines
549 B
Plaintext
|
dictionary foo = {}
|
||
|
# <- type
|
||
|
half[] foo = [2, 1, 2]
|
||
|
# <- type
|
||
|
string foo = "something"
|
||
|
# <- type
|
||
|
timecode time = 1.0
|
||
|
# <- type
|
||
|
token[] purpose = ["default", "render"]
|
||
|
# <- type
|
||
|
|
||
|
rel material:binding:collection:Erasers = None
|
||
|
# <- type
|
||
|
# ^ namespace
|
||
|
# ^ punctuation.delimiter
|
||
|
# ^ namespace
|
||
|
# ^ punctuation.delimiter
|
||
|
# ^ namespace
|
||
|
# ^ punctuation.delimiter
|
||
|
# ^ variable
|
||
|
# ^ constant.builtin
|