gre / play2vim

Play framework vim plugin
80 stars 10 forks source link

play2-html didn't work at vim73 #1

Closed alswl closed 12 years ago

alswl commented 12 years ago

play2-routs works, but play2-html didn't work. The html code can be highlighted. but template tags didn't.

My environment:

Thank you.

gre commented 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

alswl commented 12 years ago

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

play2-html

and when I set ft=scala,

play2-html

Is the scala syntax not enabled?

alswl commented 12 years ago

I fixed this by https://github.com/gre/play2vim/pull/2 .