You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Awesome work guys. I am fairly new to vim and just wanted to share my install experience. At first I couldn't figure out why the plugin wasn't highlighting html. Then I found the script to set html syntax.
au BufNewFile,BufRead .mustache,.handlebars,.hbs,.hogan,.hulk,.hjs set filetype=html syntax=mustache | runtime! ftplugin/mustache.vim ftplugin/mustache_.vim ftplugin/mustache/_.vim
Maybe this could be added to the docs for beginners like me? :)
The text was updated successfully, but these errors were encountered:
No setup should be required whatsoever in order for the plugin to work. The line you pasted above should not be required.
Can you please check if you have issues with vim-mustache-handlebars plugin? (after the autocommand you pasted above is deleted)
If yes, please open an issue in the other project and we'll try to help.
Sorry for the delay. Yeah, I removed the command from vimrc and highlighting quit working. I'm pretty happy with it just working. But if you guys want to collect more information on this I'll be happy to provide it.
Awesome work guys. I am fairly new to vim and just wanted to share my install experience. At first I couldn't figure out why the plugin wasn't highlighting html. Then I found the script to set html syntax.
au BufNewFile,BufRead .mustache,.handlebars,.hbs,.hogan,.hulk,.hjs set filetype=html syntax=mustache | runtime! ftplugin/mustache.vim ftplugin/mustache_.vim ftplugin/mustache/_.vim
Maybe this could be added to the docs for beginners like me? :)
The text was updated successfully, but these errors were encountered: