blob: 217d12d3f4fcecbc396ccc8ba5aab98a77730f2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
; format-ignore
[
(block) ; The {}s in `def "foo" { ... Attributes / Prims here ... }`
(dictionary) ; The {}s in `dictionary foo = { string "foo" = "bar" }`
(list)
(list_proxy) ; [@foo.usda@, @bar.usda@]
(metadata) ; ( anything = "goes-here" )
(prim_paths) ; [</foo>, <../bar>]
(timeSamples) ; The {}s in `int value.timeSamples = { 0: 1, -10: 10, ... }`
(tuple)
(variant_set_definition) ; The {}s in `variantSet "foo" = { "vr1" { ... } "vr2" { ... } }`
] @indent.begin
(block
"}" @indent.end)
(dictionary
"}" @indent.end)
(list
"]" @indent.end)
(list_proxy
"]" @indent.end)
(metadata
")" @indent.end)
(timeSamples
"}" @indent.end)
(tuple
")" @indent.end)
(variant_set_definition
"}" @indent.end)
[
")"
"]"
"}"
] @indent.branch
|