codedoc theme not highlighting syntax tokens of css/sass
See original GitHub issueHi first I like a lot your project,
I want to know if it’s possible to display code block with languages like Sass because it built with prism.js
like so :
%btn {
padding: .5em 2em;
text-decoration: none !important;
user-select: none !important;
outline: none !important;
cursor: pointer;
transition: .4s;
}
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Syntax Highlighting for Sass - Package Control
Syntax Highlighting for Sass. This is a Sublime Text 3 package which purely forced on highlighting both Sass and SCSS syntax as accuracy...
Read more >SASS Syntax Highlighting in Visual Studio - css - Stack Overflow
I'm luck that I can use Sublime Text 2 at work so, in Visual Studio, I set "Sublime Text 2" as the default...
Read more >[html] prevent that embedded grammars can corrupt syntax ...
The rest of document will be constantly re-tokenized and (wrongly) syntax highlighted. This doesn't look good UX-wise and will probably have some perf...
Read more >A VSCode theme designed to making reading code easier
Chandrian is a semantic syntax highlighting theme, where the colors mean something, beyond just looking pretty. It's designed explicitly to ...
Read more >CSS - Code Box Example - CodePen
... to is using the 'http' protocol, which may not work when the browser is using https. ... Want to change your Syntax...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
fixed via this commit, deployed via
@codedoc/core@0.1.35
.updated the corresponding docs page as well.