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

Media query values aren't highlighted

Open jsit opened this issue 2 years ago • 0 comments

@media screen and (min-width: $breakpoint) {
}

.class {
        @media screen and (min-width: $breakpoint) {
        }
}

screen, min-width, and $breakpoint aren't highlighted, they are just part of sassMediaQuery:

Screen Shot 2021-10-20 at 10 38 05 AM

jsit avatar Oct 20 '21 14:10 jsit