helix/runtime/queries/tablegen/injections.scm
Sebastian Neubauer 8f2af71340
Add LLVM TableGen highlighting (#1409)
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>
2022-01-03 10:57:55 +09:00

3 lines
92 B
Scheme

([ (comment) (multiline_comment)] @injection.content
(#set! injection.language "comment"))