helix-mods/runtime/queries/llvm/indents.toml
Sebastian Neubauer 8c29b76bcc
Improve llvm highlighting and queries (#1388)
* Improve llvm highlighting and queries

The llvm tree-sitter parser was updated to support scopes and more
accurate highlighting.

* Group highlight expressions better
2021-12-29 18:30:44 +09:00

9 lines
68 B
TOML

indent = [
"function_body",
"instruction",
]
outdent = [
"}",
]