mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
feat: add LLVM TableGen
This commit is contained in:
parent
01e8a51451
commit
17c275bfff
8 changed files with 266 additions and 0 deletions
13
queries/tablegen/folds.scm
Normal file
13
queries/tablegen/folds.scm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
(assert)
|
||||
(class)
|
||||
(multiclass)
|
||||
(def)
|
||||
(defm)
|
||||
(defset)
|
||||
(defvar)
|
||||
(foreach)
|
||||
(if)
|
||||
(let)
|
||||
(value_suffix)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue