Skip to content

Commit 5366649

Browse files
authored
feat: support for Winglang (#214)
1 parent 3798a92 commit 5366649

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,7 @@ const base = {
440440
'*.ts': '$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts',
441441
'*.tsx': '$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).scss, $(capture).module.scss',
442442
'*.vue': '$(capture).*.ts, $(capture).*.js, $(capture).story.vue',
443+
'*.w': '$(capture).*.w, I$(capture).w',
443444
'*.xaml': '$(capture).xaml.cs',
444445
'BUILD.bazel': '*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE',
445446
'CMakeLists.txt': '*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json, CMakeCache.txt',

0 commit comments

Comments
 (0)