aboutsummaryrefslogtreecommitdiffstats
path: root/SUPPORTED_LANGUAGES.md
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2025-07-19 02:36:38 -0700
committerGitHub <noreply@github.com>2025-07-19 11:36:38 +0200
commitfba060b623f32c6d2e72a2d2954beb87433aecea (patch)
tree03eb1fd73dbf4c0aca81a714157c49caa38054f3 /SUPPORTED_LANGUAGES.md
parentfeat(groq): add parser and queries (#8008) (diff)
downloadnvim-treesitter-fba060b623f32c6d2e72a2d2954beb87433aecea.tar
nvim-treesitter-fba060b623f32c6d2e72a2d2954beb87433aecea.tar.gz
nvim-treesitter-fba060b623f32c6d2e72a2d2954beb87433aecea.tar.bz2
nvim-treesitter-fba060b623f32c6d2e72a2d2954beb87433aecea.tar.lz
nvim-treesitter-fba060b623f32c6d2e72a2d2954beb87433aecea.tar.xz
nvim-treesitter-fba060b623f32c6d2e72a2d2954beb87433aecea.tar.zst
nvim-treesitter-fba060b623f32c6d2e72a2d2954beb87433aecea.zip
feat(pkl): add parser and queries (#8011)
Diffstat (limited to 'SUPPORTED_LANGUAGES.md')
-rw-r--r--SUPPORTED_LANGUAGES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/SUPPORTED_LANGUAGES.md b/SUPPORTED_LANGUAGES.md
index ded6c7a66..764b96e3c 100644
--- a/SUPPORTED_LANGUAGES.md
+++ b/SUPPORTED_LANGUAGES.md
@@ -208,6 +208,7 @@ jsx (queries only)[^jsx] | unstable | `HFIJ ` | | @steelsojka
[php_only](https://github.com/tree-sitter/tree-sitter-php)[^php_only] | unstable | `HFIJL` | | @tk-shirasaka, @calebdw
[phpdoc](https://github.com/claytonrcarter/tree-sitter-phpdoc) | unstable | `H    ` | | @mikehaertl
[pioasm](https://github.com/leo60228/tree-sitter-pioasm) | unstable | `H  J ` | | @leo60228
+[pkl](https://github.com/apple/tree-sitter-pkl) | unstable | `HF J ` | | @ribru17
[po](https://github.com/tree-sitter-grammars/tree-sitter-po) | unstable | `HF J ` | | @amaanq
[pod](https://github.com/tree-sitter-perl/tree-sitter-pod) | unstable | `H    ` | | @RabbiVeesh, @LeoNerd
[poe_filter](https://github.com/tree-sitter-grammars/tree-sitter-poe-filter)[^poe_filter] | unstable | `HFIJ ` | | @ObserverOfTime