You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My knowledge of the syntax of css.plist and regexp isn't good enough at the moment to work out how to add the optional IDENT, as there is no predefined ident like there is for strings, etc. I know how to highlight the @namespace and string component though.
I figure the IDENT should be coloured the same as @namespace as that is how the media type token is coloured for '@media media-type'
From @dstorey on December 26, 2015 10:43
Works correctly in the parser for linting and in Intellisense, but isn't syntax highlighted as missing from css.plist
Syntax should be:
namespace
: NAMESPACE_SYM S* [namespace_prefix S_]? [STRING|URI] S_ ';' S*
;
namespace_prefix
: IDENT
;
My knowledge of the syntax of css.plist and regexp isn't good enough at the moment to work out how to add the optional IDENT, as there is no predefined ident like there is for strings, etc. I know how to highlight the @namespace and string component though.
I figure the IDENT should be coloured the same as @namespace as that is how the media type token is coloured for '@media media-type'
Copied from original issue: microsoft/vscode#1659
The text was updated successfully, but these errors were encountered: