Skip to content

Commit

Permalink
file association for .mtt -> html (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Sep 1, 2024
1 parent 161c4c2 commit d600a8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
"[javascript]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "vscode.typescript-language-features"
}
},
"files.associations": {
"*.mtt": "html"
}
}

0 comments on commit d600a8f

Please sign in to comment.