d4rkr00t / language-stylus

Stylus language support for Visual Studio Code
MIT License
44 stars 12 forks source link

Adjacent sibling combinator not highlighted #109

Open xmedeko opened 1 year ago

xmedeko commented 1 year ago

To reproduce:

div.content
    p
        margin 0.5em 0em
    ul, ol
        margin 0
    p + ul, p + ol
        margin-top -0.5em

Current behavior: p, and ul, ol are properly highlighted as selectors, while p + ul, p + ol is not highlighted.

Expected behavior:

p + ul, p + ol should be highlighted as a selector, too.

Environment information: