Skip to content

Commit 1ed70a3

Browse files
Vanessa219wwb0123
authored andcommitted
1 parent d1c0ede commit 1ed70a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/stage/protyle/js/highlight.js/third-languages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,6 +353,7 @@ hljs.registerLanguage('template', function (hljs) {
353353

354354
return {
355355
name: 'template',
356+
aliases: ['siyuan-template'],
356357
case_insensitive: true,
357358
contains: [
358359
ACTION_BLOCK,
@@ -361,5 +362,4 @@ hljs.registerLanguage('template', function (hljs) {
361362
...markdownRules.contains,
362363
]
363364
};
364-
365365
});

0 commit comments

Comments
 (0)