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
With the vimrc at the end of this message, ap/vim-css-color doesn't work correctly. Colors are highlighted when the line is commented. For example in a css file named test.css only line three — commented — is correctly highlighted. It's strange, because "Plug 'cakebaker/scss-syntax.vim', { 'for': ['sass', 'scss'] }" tells 'cakebaker/scss-syntax.vim' is only activated in sass or scss files, but this bug impacts also css files.
[Reported by @JulioJu in skammer/vim-css-color#25]
Hi,
With the vimrc at the end of this message, ap/vim-css-color doesn't work correctly. Colors are highlighted when the line is commented. For example in a css file named
test.css
only line three — commented — is correctly highlighted. It's strange, because "Plug 'cakebaker/scss-syntax.vim', { 'for': ['sass', 'scss'] }
" tells 'cakebaker/scss-syntax.vim' is only activated in sass or scss files, but this bug impacts also css files.In the fallowing vimrc, if we remove only plugin https://github.com/kien/rainbow_parentheses.vim OR https://github.com/cakebaker/scss-syntax.vim', vim-css-color works correctly.
The fork https://github.com/gko/vim-coloresque works fine with 'https://github.com/cakebaker/scss-syntax.vim' and 'https://github.com/kien/rainbow_parentheses.vim'.
The text was updated successfully, but these errors were encountered: