gacallea / chuck-nvim

nvim => dac;
GNU General Public License v2.0
1 stars 1 forks source link

feat: native ft and syntax #7

Closed gacallea closed 5 months ago

gacallea commented 5 months ago

Use native setfiletype and syntax when implmented in Vim/Neovim: https://github.com/vim/vim/issues/13886

gacallea commented 5 months ago

I've submitted my own syntax: https://github.com/vim/vim/issues/13886#issuecomment-1902668123 :)

gacallea commented 5 months ago

https://github.com/vim/vim/pull/13895

gacallea commented 5 months ago

both filetype and syntax were merged into vim. next: https://github.com/gacallea/chuck-nvim/issues/13