mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 13:50:07 +08:00
22 lines
549 B
Plaintext
Vendored
22 lines
549 B
Plaintext
Vendored
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
|