Skip to content

Commit 9f0678c

Browse files
authored
feat: support mts (#146)
1 parent 3d574e5 commit 9f0678c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ Open your VS Code, bring up your `settings.json`, copy-n-paste the snippet below
5959
"*.resx": "$(capture).*.resx, $(capture).designer.cs, $(capture).designer.vb",
6060
"*.tex": "$(capture).acn, $(capture).acr, $(capture).alg, $(capture).aux, $(capture).bbl, $(capture).blg, $(capture).fdb_latexmk, $(capture).fls, $(capture).glg, $(capture).glo, $(capture).gls, $(capture).idx, $(capture).ind, $(capture).ist, $(capture).lof, $(capture).log, $(capture).lot, $(capture).out, $(capture).pdf, $(capture).synctex.gz, $(capture).toc, $(capture).xdv",
6161
"*.ts": "$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts",
62+
"*.mts": "$(capture).ts, $(capture).*.mts, $(capture)_*.ts, $(capture)_*.mts",
6263
"*.tsx": "$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx",
6364
"*.vbproj": "*.config, *proj.user, appsettings.*, bundleconfig.json",
6465
"*.vue": "$(capture).*.ts, $(capture).*.js, $(capture).story.vue",

0 commit comments

Comments
 (0)