Closed alswl closed 12 years ago
I use ArchLinux too with the latest version.
You may need the html5 plugin to make it work git:// github.com/othree/html5.vim.git
BTW my .vim conf is here https://github.com/gre/vimrc
Regards, gre
2012/6/5 alswl < reply@reply.github.com
play2-routs works, but play2-html didn't work. The html code can be highlighted. but template tags didn't.
My environment:
- Arch Linux
- vim 7.3
- scala 2.9.2
- Scala: git://github.com/derekwyatt/vim-scala.git
Thank you.
Reply to this email directly or view it on GitHub: https://github.com/gre/play2vim/issues/1
Gaëtan Renaudeau, greweb.fr
It still not work.
Here is my .vimrc https://github.com/alswl/dotfiles/blob/master/.vimrc . I use vundle to manage my scripts.
When I set ft=play2-html, it looks like
and when I set ft=scala,
Is the scala syntax not enabled?
I fixed this by https://github.com/gre/play2vim/pull/2 .
play2-routs works, but play2-html didn't work. The html code can be highlighted. but template tags didn't.
My environment:
Thank you.