mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
feat(kdl): parser and queries (#7657)
This commit is contained in:
parent
28f76678ca
commit
376a46ccec
5 changed files with 248 additions and 0 deletions
10
queries/kcl/folds.scm
Normal file
10
queries/kcl/folds.scm
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
(protocol_stmt)
|
||||
(rule_stmt)
|
||||
(schema_stmt)
|
||||
(check_stmt)
|
||||
(if_stmt)
|
||||
(lambda_expr)
|
||||
(config_expr)
|
||||
(string)
|
||||
] @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue