Skip to content

Commit

Permalink
✨ Feat: feat: 更多的代码语法高亮支持 #79
Browse files Browse the repository at this point in the history
  • Loading branch information
xzhuz committed Dec 1, 2020
1 parent a620a49 commit 064e399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"filewatcher.commands": [
{
"match": "styles\\_blocks\\.less*",
"match": "/*.less",
"isAsync": true,
"cmd": "npm run build'",
"cmd": "cd ${workspaceRoot} && npm run build",
"event": "onFileChange"
}
]
Expand Down
1 change: 1 addition & 0 deletions module/script.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@10.0.0/build/highlight.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/highlightjs-line-numbers.js@2.7.0/dist/highlightjs-line-numbers.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/xzzai/static@master/js/highlight.lang.js"></script>
<script src="//cdn.jsdelivr.net/npm/social-share.js@1.0.16/dist/js/social-share.min.js"></script>
Expand Down

0 comments on commit 064e399

Please sign in to comment.