mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -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/injections.scm
Normal file
6
runtime/queries/pkl/injections.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
([
|
||||
(lineComment)
|
||||
(blockComment)
|
||||
(docComment)
|
||||
] @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
Loading…
Add table
Add a link
Reference in a new issue