You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
458 B
JSON

{
"subLanguage": "xml",
"contains": [
{
"className": "meta",
"begin": "^__(END|DATA)__$"
},
{
"begin": "^\\s*%{1,2}={0,2}",
"end": "$",
"subLanguage": "perl"
},
{
"begin": "<%{1,2}={0,2}",
"end": "={0,1}%>",
"subLanguage": "perl",
"excludeBegin": true,
"excludeEnd": true
}
]
}