blob: 4d4b17d656b8599f4a2fcff5b80e6846489773c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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
# ^ @module
# ^ @punctuation.delimiter
# ^ @module
# ^ @punctuation.delimiter
# ^ @module
# ^ @punctuation.delimiter
# ^ @variable
# ^ @constant.builtin
|