blob: 790ccfab7520d66aab8e9493ddfb547f8b3d9db5 (
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
|