JavaScript syntax highlighter with language auto-detection.

Joined October 2013
10 Photos and videos
Highlight.js retweeted
Helpful Stan Functions doc now with light/dark theme switcher! Now just need to get @highlightjs updated for and add native Stan syntax highlighting for Stan 2.28 @mcmc_stan
1
1
14
Highlight.js retweeted
Just released: VanillaTreeViewer v2.0.0! * Newly improved API to define files * Updated @highlightjs dependency from 10.4.1 -> 11.3.1 * Case sensitive file path support Try it out: abhchand.me/vanilla-tree-vie… Get started: github.com/abhchand/vanilla-…
1
3
Highlight.js retweeted
Day 4: Contributed to @highlightjs. It is a really nice library for syntax highlighting everyone should check it out. It supports almost every language. #OpenSource #DEVCommunity
5
5
Highlight.js v11.0.0-beta1 just released to NPM and CDN. Get it while it's hot. Hopefully this is the exact code we'll end up shipping as the v11 release. github.com/highlightjs/highl… If you can upgrade your project and help test we'd surely appreciate it!
2
Anyone with a complex build pipeline... or ESM only or still stuck on CJS... we could use beta testers for Highlight.js v11.0.0. We're planning to ship both EMS CJS in a single package if the magic of conditional exports works for everyone.
1
Highlight.js v11.0.0 beta0 is just out. We could really use beta testers. If you see issue, please report them. github.com/highlightjs/highl…
Anyone have any good reasons why `ignoreIllegals` shouldn't default to true in the future? Are there truly cases where failing *completely* is better than making our best attempt to highlight (when we're explicitly told the language)? github.com/highlightjs/highl…
Something new: For those who love both Base16 color themes and Highlight.js I present a Highlight.js base16 template: github.com/highlightjs/base1… Not sure how this fits into the larger project yet (since many of our bundled themes are Base16 derived). *Work in progress.*
2
If anyone is interested in contributing and has a good eye for colors, etc. and could possibly help out with theme evolution, integration and maintenance please join us on Discord to get involved. We'd love to have ya. discord.gg/M24EbU7ja9
Highlight.js retweeted
Embedded <template> tags for @highlightjs Glimmer syntax! Demo hljs-glimmer.nullvoxpopuli.c…
Glimmer syntax for @highlightjs now supports hbs string template literals! Demo: hljs-glimmer.nullvoxpopuli.c… #JavaScript #EmberJS
1
1
6
Highlight.js retweeted
14 Apr 2021
If anyone writing Splunk-related blog posts and not really satisfied with the lack of code highlighting, try the @highlightjs syntax definition for the #Splunk search processing language that I developed out of interest. All kinds of feedback are welcome. github.com/swsoyee/highlight…
1
4
Considering going ESM only with our v11 npm release (after Node.js 10 is EOL). This would require Node.js users to either have ESM codebases or else use Dynamic Imports from CJS (ie, async, etc). Could any of our Node.js users weigh in on this issue? github.com/highlightjs/highl…
1
1
2
I'm trying to get an idea of how many of our users such a change would negatively impact (perhaps many of you are on async or ESM codebases already). We don't really want to leave CJS codebases stuck on v10 (which is the solution I see some other libraries adopting).
1