mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat: add LLVM TableGen
This commit is contained in:
parent
01e8a51451
commit
17c275bfff
8 changed files with 266 additions and 0 deletions
27
queries/tablegen/indents.scm
Normal file
27
queries/tablegen/indents.scm
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
[
|
||||
(assert)
|
||||
(class)
|
||||
(multiclass)
|
||||
(def)
|
||||
(defm)
|
||||
(defvar)
|
||||
(foreach)
|
||||
(if)
|
||||
(let)
|
||||
(value_suffix)
|
||||
] @indent
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
")"
|
||||
">"
|
||||
] @indent_end
|
||||
|
||||
[ "{" "}" ] @branch
|
||||
|
||||
[ "[" "]" ] @branch
|
||||
|
||||
[ "(" ")" ] @branch
|
||||
|
||||
[ "<" ">" ] @branch
|
||||
Loading…
Add table
Add a link
Reference in a new issue