Open jspenguin2017 opened 4 years ago
$~cname is syntactically allowed, but Highlighter does not recognize ~. Note that I don't see when negated $cname would be used in practice.
$~cname
~
$cname
Since $cname is not effective on all platforms, Linter should emit a warning just like ##^.
##^
The Linte should also emit a warning if $cname is used in a block rule without $important.
$important
$~cname
is syntactically allowed, but Highlighter does not recognize~
. Note that I don't see when negated$cname
would be used in practice.Since
$cname
is not effective on all platforms, Linter should emit a warning just like##^
.The Linte should also emit a warning if
$cname
is used in a block rule without$important
.