apple / pkl-neovim

Pkl language support for Neovim
https://pkl-lang.org/neovim/current/index.html
Apache License 2.0
144 stars 14 forks source link

Update queries conforming to latest nvim-treesitter #5

Closed jayadamsmorgan closed 8 months ago

jayadamsmorgan commented 9 months ago

Updated versions of queries for nvim-treesitter (#2).

tree-sitter-pkl version in internal.lua had to be updated to support opening square bracket capture. Highlights and indents are still not perfect but it's a start.

jayadamsmorgan commented 9 months ago

Users who already installed this plugin will have to re-run :TSInstall pkl or :TSUpdate in order to update tree-sitter-pkl and make highlights work again. Not sure what to do about it.

lucario387 commented 9 months ago

Me reviewing won't do much as I don't have merge privileges :)

Let's just say I approve the indent queries, highlights idk