I’m using rails.vim in vim but can’t tell if it has syntax highlighting for .less. I read somewhere that it does but when I load up a .less file there’s no syntax highlighting
Currently using rails.vim 4.4
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to this it adds support – as of version 4.3: https://github.com/vim-scripts/rails.vim/commit/e5a1dc7a7ef88192f98f2af0793224b01cc20df7
But support does not necessarily mean ‘syntax highlighting’
EDIT:
According to this, syntax highlighting should work for .less files (with vim-less): https://github.com/groenewege/vim-less
It may be worth checking out the vim-less plugin.