mirror of
https://github.com/helix-editor/helix
synced 2026-08-15 05:44:25 +02:00
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
INI
8 lines
50 B
INI
indent = [
|
|
"statement",
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
]
|