Skip to content

Commit 3fab61d

Browse files
committed
新增mako配置
1 parent 8a730e6 commit 3fab61d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dendron.code-workspace

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
"editor.suggest.showSnippets": true,
2121
"editor.tabCompletion": "on",
2222
"dendron.enableSelfContainedVaultWorkspace": true,
23-
"editor.formatOnSave": true
23+
"editor.formatOnSave": true,
24+
"files.associations": {
25+
"*.html": "mako"
26+
}
2427
},
2528
"extensions": {
2629
"recommendations": [
@@ -38,4 +41,4 @@
3841
"mushan.vscode-paste-image"
3942
]
4043
}
41-
}
44+
}

0 commit comments

Comments
 (0)