-
Couldn't load subscription status.
- Fork 747
Closed
Labels
S-minorseverity: minorseverity: minorT-bugtype: a bugtype: a bugX-importedimported from Bitbucketimported from Bitbucket
Description
(Original issue 1342 created by bdmartin on 2017-03-22T19:33:33.168586+00:00)
The LessCssLexer doesn't appear to handle single line comments correctly.
e.g.
#!LESS
/* Constants / styles used across the product */
/* Fonts */
@font: Segoe UI, Helvetica, sans-serif;
.font-light {
font-family: Segoe UI Light, HelveticaNeue-Light, Segoe UI, Helvetica, sans-serif;
font-weight: 100; // FF doesn't include Segoe UI Light, font-weight lighter approximates it.
}
@font-size-huge: 3.0em;
// Our website uses this as its base
@font-size-website-base: 13px;
// These are basic font sizes used by the recorder. We should start making all of these consistent
@font-size-title: 1.3em;
@font-size-header: 1.2em;
And running "pygmentize.exe -O full -o test.html test.less" results in:
Metadata
Metadata
Assignees
Labels
S-minorseverity: minorseverity: minorT-bugtype: a bugtype: a bugX-importedimported from Bitbucketimported from Bitbucket
