ngalaiko / tree-sitter-go-template

Golang template grammar for tree-sitter
MIT License
74 stars 27 forks source link

feat(dialects): add helm dialect #16

Closed qvalentin closed 6 months ago

qvalentin commented 6 months ago

A cleaner version of https://github.com/ngalaiko/tree-sitter-go-template/pull/15

There are no changes to the grammar.js beside the introduction of the make_grammar function.

baptman21 commented 6 months ago

Nice work! I had to make some weird lua code for my nvim conf to work but this should save some time.

dkarter commented 6 months ago

This looks promising! thank you! how can I integrate this with my Neovim setup? does that change the installation instructions at all?

qvalentin commented 6 months ago

This looks promising! thank you! how can I integrate this with my Neovim setup? does that change the installation instructions at all?

This was the peperation of https://github.com/nvim-treesitter/nvim-treesitter/pull/6050, once that is merged installing the grammar in nvim should be way easier.