v1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
module.exports = function(hljs) {
|
||||
return {
|
||||
subLanguage: 'xml',
|
||||
contains: [
|
||||
hljs.COMMENT('<%#', '%>'),
|
||||
{
|
||||
begin: '<%[%=-]?', end: '[%-]?%>',
|
||||
subLanguage: 'ruby',
|
||||
excludeBegin: true,
|
||||
excludeEnd: true
|
||||
}
|
||||
]
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user