mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +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
137 B
Scheme
8 lines
137 B
Scheme
(class
|
|
body: (_) @class.inside) @class.around
|
|
|
|
(multiclass
|
|
body: (_) @class.inside) @class.around
|
|
|
|
(_ argument: _ @parameter.inside)
|