genoma / vim-less

Vim Less syntax highlighting
http://www.vim.org/scripts/script.php?script_id=4892
Vim License
16 stars 3 forks source link

Do not load after/syntax/css.vim two times #6

Closed sheerun closed 4 years ago

sheerun commented 4 years ago

runtime! syntax/css.vim already loads after/syntax/css.vim because after is in &rtp. This change prevents after/syntax/css.vim to be loaded two times for less filetype if it is present in user vimruntime directory

genoma commented 4 years ago

Hi @sheerun,

I've not used Vim for development since, well it has been a while. Thanks for your contribution, I'll have to look a way to send the syntax to the Vim developers, I'll try to do this asap.

Thanks, A.