UNPKG
halo-theme-dream
Version:
latest (3.2.4)
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
2.3.1
2.3.0
2.2.0
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.5-alpha.1
2.0.4
2.0.4-fix.1
梦之城,童话梦境,动漫类型博客主题。
github.com/nineya/halo-theme-dream
nineya/halo-theme-dream
halo-theme-dream
/
source
/
lib
/
highlightjs@11.5.1
/
languages
/
erb.min.js
5 lines
•
285 B
JavaScript
View Raw
1
2
3
4
5
/*! `erb` grammar compiled for Highlight.js 11.5.1 */
(
()=>
{
var
e=(
()=>
{
"use strict"
;
return
e
=>
({
name
:
"ERB"
,
subLanguage
:
"xml"
,
contains
:[e.
COMMENT
(
"<%#"
,
"%>"
),{
begin
:
"<%[%=-]?"
,
end
:
"[%-]?%>"
,
subLanguage
:
"ruby"
,
excludeBegin
:!
0
,
excludeEnd
:!
0
}]})})() ;hljs.
registerLanguage
(
"erb"
,e)})();