1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-03-12 09:30:06 +01:00

5 lines
322 B
JavaScript
Raw Normal View History

2022-01-09 09:04:16 +01:00
/*! `shell` grammar compiled for Highlight.js 11.4.0 */
2021-10-18 07:02:03 +02:00
(()=>{var s=(()=>{"use strict";return s=>({name:"Shell Session",
aliases:["console","shellsession"],contains:[{className:"meta",
begin:/^\s{0,3}[/~\w\d[\]()@-]*[>%$#][ ]?/,starts:{end:/[^\\](?=\s*$)/,
subLanguage:"bash"}}]})})();hljs.registerLanguage("shell",s)})();