1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

highlight.js v11.3.1 -> v11.4.0 (#836)

This commit is contained in:
nobody
2022-01-09 09:04:16 +01:00
parent ef1992d6ea
commit 1aa607d396
278 changed files with 966 additions and 915 deletions

View File

@ -0,0 +1,4 @@
/*! `clojure-repl` grammar compiled for Highlight.js 11.4.0 */
(()=>{var e=(()=>{"use strict";return e=>({name:"Clojure REPL",contains:[{
className:"meta",begin:/^([\w.-]+|\s*#_)?=>/,starts:{end:/$/,
subLanguage:"clojure"}}]})})();hljs.registerLanguage("clojure-repl",e)})();