mrjosh / helm-ls

⎈ Language server for Helm ⎈
MIT License
227 stars 16 forks source link

Syntax Highlighting without `vim-helm` plugin #33

Open mrjosh opened 1 year ago

mrjosh commented 1 year ago

We need to use our own Syntax Highlighting instead of using vim-helm plugin

qvalentin commented 8 months ago

I guess we won't be able to create an editor agnostic solution, but for neovim https://github.com/ngalaiko/tree-sitter-go-template/pull/13 is looking promising.

qvalentin commented 1 month ago

@mrjosh did you check out https://github.com/ngalaiko/tree-sitter-go-template? I would say we can close this issue, since highlighting is not really in the scope of a lsp server.