shellRaining / hlchunk.nvim

This is the lua implementation of nvim-hlchunk, you can use this neovim plugin to highlight your indent line and the current chunk (context) your cursor stayed
MIT License
472 stars 29 forks source link

feat(treesitter): add preliminary support for zig #114

Closed amlanjlahkar closed 1 month ago

amlanjlahkar commented 1 month ago

Introduce node types used in zig for treesitter based indenting.

These should cover most, if not all, basic as well as moderate statements; partially fixing #111

shellRaining commented 1 month ago

Thank you, feel free to submit a pull request if there are any changes in the future.