mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
feat: add LLVM TableGen
This commit is contained in:
parent
01e8a51451
commit
17c275bfff
8 changed files with 266 additions and 0 deletions
7
queries/tablegen/injections.scm
Normal file
7
queries/tablegen/injections.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
((code) @cpp
|
||||
(#offset! @cpp 0 2 0 -2))
|
||||
|
||||
((tablegen_file
|
||||
(comment) @bash)
|
||||
(#lua-match? @bash "^.*RUN")
|
||||
(#offset! @bash 0 8))
|
||||
Loading…
Add table
Add a link
Reference in a new issue