1

Regenerate nvim config

This commit is contained in:
2024-06-02 03:29:20 +02:00
parent 75eea0c030
commit ef2e28883d
5576 changed files with 604886 additions and 503 deletions

View File

@ -0,0 +1,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