mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
This commit is contained in:
parent
842dbb6863
commit
789aed4aee
1 changed files with 1 additions and 1 deletions
|
@ -353,6 +353,7 @@ hljs.registerLanguage('template', function (hljs) {
|
||||||
|
|
||||||
return {
|
return {
|
||||||
name: 'template',
|
name: 'template',
|
||||||
|
aliases: ['siyuan-template'],
|
||||||
case_insensitive: true,
|
case_insensitive: true,
|
||||||
contains: [
|
contains: [
|
||||||
ACTION_BLOCK,
|
ACTION_BLOCK,
|
||||||
|
@ -361,5 +362,4 @@ hljs.registerLanguage('template', function (hljs) {
|
||||||
...markdownRules.contains,
|
...markdownRules.contains,
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue