vim-haml icon indicating copy to clipboard operation
vim-haml copied to clipboard

Indented HTML tags with :not() aren't highlighted correctly

Open jsit opened this issue 4 years ago • 0 comments

a:not(:hover) {
}

.class {
	a {
	}
	a:not(:hover) {
	}
}

Screen Shot 2019-08-22 at 10 50 48 AM

Minimal ~/.vimrc:

set nocompatible
filetype plugin on
filetype indent on
syntax on
set runtimepath+=~/.vim/bundle/vim-haml
a:not(:hover)
| |
| +-- sassCssAttribute
+---- sassProperty

jsit avatar Aug 22 '19 14:08 jsit