mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
feat(circom): add parser and queries
This commit is contained in:
parent
c56507f6a1
commit
be17791f86
6 changed files with 175 additions and 0 deletions
13
queries/circom/folds.scm
Normal file
13
queries/circom/folds.scm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
(template_body)
|
||||
(block_statement)
|
||||
(if_statement)
|
||||
(for_statement)
|
||||
(while_statement)
|
||||
(function_body)
|
||||
(call_expression)
|
||||
(array_expression)
|
||||
(tuple_expression)
|
||||
(comment)
|
||||
(include_directive)+
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue