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

highlight.js v11.4.0 -> v11.5.0 (#896)

This commit is contained in:
nobody
2022-03-13 06:56:23 +01:00
parent 5f9298c46a
commit cf6dd6a1ae
274 changed files with 1053 additions and 1019 deletions

View File

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