0e06c10d8c
- update tree-sitter-zig subproject - use highlights.scm from upstream, just use helix scopes - update indents.toml, this one actually works
13 lines
114 B
TOML
13 lines
114 B
TOML
indent = [
|
|
"Block",
|
|
"BlockExpr",
|
|
"ContainerDecl",
|
|
"SwitchExpr",
|
|
"InitList"
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
"]",
|
|
")"
|
|
]
|