mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
feat: pkl language support
This commit is contained in:
parent
992e9ef3d0
commit
2ce83a2b0d
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