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
Please revert #251 as it has broken LESS support added in #136
As far as I can tell, the 'typo' mentioned in #251 is not a typo. Hightlight.js does not support LESS, so the SCSS parser is used, as mentioned in #136.
The text was updated successfully, but these errors were encountered:
They are similar enough that the SCSS parser can be used for docco (at least, that was the intention of #136). If there was an LESS parser for Highlight.js, it could be used. There isn't one, so #251 breaks LESS support.
@penx if you make a PR to correct it, I'll merge. If you wanted to be really awesome though, you could push this to get merged instead: highlightjs/highlight.js#558. Then everyone wins.
Please revert #251 as it has broken LESS support added in #136
As far as I can tell, the 'typo' mentioned in #251 is not a typo. Hightlight.js does not support LESS, so the SCSS parser is used, as mentioned in #136.
The text was updated successfully, but these errors were encountered: