mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 19:03:30 +04:00
8f2af71340
Add a tree-sitter grammar and highlights for TableGen files. TableGen and its grammar are described here: https://llvm.org/docs/TableGen/index.html Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
8 lines
50 B
TOML
8 lines
50 B
TOML
indent = [
|
|
"statement",
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
]
|