8uff3r / vue-ts-mode

Emacs major mode for Vue based on Tree-sitter
GNU General Public License v3.0
13 stars 1 forks source link

Pug Support? #1

Open kthibodeaux opened 1 year ago

kthibodeaux commented 1 year ago

Hello! Firstly, thank you for this awesome mode. I am currently building an emacs config and moving away from neovim, so I don't know much about this stuff yet, but is there a way to get <template lang="pug"></template> contents to highlight according to pug mode?

8uff3r commented 1 year ago

Hi Thank you!

It would be pretty easy to add if there was a pug-ts-mode available but I don't think there is. Since tree-sitter was only recently added to Emacs, I think someone is gonna write it eventually :)

If you come across one, feel free to share and I'll add it to this mode!