d4rkr00t / language-stylus

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

margin-block-start, margin-block-end not highlighted #110

Open xmedeko opened 1 year ago

xmedeko commented 1 year ago

To reproduce:

ul
    margin-left 0
    margin-block-start 0
    margin-block-end 0

Current behavior:

While margin-left is highlighted as known property (red), margin-block-start, margin-block-end and many other newer CSS properties are not highlighted as known properties.

Note: margin-block-start, ... are offered in VS Code intellisense properly, even with a tooltip.

Expected behavior:

margin-block-start, margin-block-end should be highlighted the same way as other known properties (i.e. red).

Environment information: