mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
feat(pkl): add parser and queries (#8011)
This commit is contained in:
parent
61ec748ef7
commit
fba060b623
5 changed files with 224 additions and 0 deletions
6
runtime/queries/pkl/folds.scm
Normal file
6
runtime/queries/pkl/folds.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
(clazz)
|
||||
(objectBody)
|
||||
] @fold
|
||||
|
||||
(importClause)+ @fold
|
||||
Loading…
Add table
Add a link
Reference in a new issue