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>
7 lines
137 B
Scheme
7 lines
137 B
Scheme
(class
|
|
body: (_) @class.inside) @class.around
|
|
|
|
(multiclass
|
|
body: (_) @class.inside) @class.around
|
|
|
|
(_ argument: _ @parameter.inside)
|