mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
|
@ -1608,6 +1608,14 @@ return {
|
|||
maintainers = { '@leo60228' },
|
||||
tier = 2,
|
||||
},
|
||||
pkl = {
|
||||
install_info = {
|
||||
revision = '4fc94a102c25ea383d70397dac7e677ca3731f1e',
|
||||
url = 'https://github.com/apple/tree-sitter-pkl',
|
||||
},
|
||||
maintainers = { '@ribru17' },
|
||||
tier = 2,
|
||||
},
|
||||
po = {
|
||||
install_info = {
|
||||
revision = 'bd860a0f57f697162bf28e576674be9c1500db5e',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue