Skip to content

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

@jsit

Description

@jsit
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions