Skip to content

Commit

Permalink
feat: support for Winglang (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
thoroc committed Jun 11, 2024
1 parent 3798a92 commit 5366649
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ const base = {
'*.ts': '$(capture).js, $(capture).d.ts.map, $(capture).*.ts, $(capture)_*.js, $(capture)_*.ts',
'*.tsx': '$(capture).ts, $(capture).*.tsx, $(capture)_*.ts, $(capture)_*.tsx, $(capture).less, $(capture).module.less, $(capture).scss, $(capture).module.scss',
'*.vue': '$(capture).*.ts, $(capture).*.js, $(capture).story.vue',
'*.w': '$(capture).*.w, I$(capture).w',
'*.xaml': '$(capture).xaml.cs',
'BUILD.bazel': '*.bzl, *.bazel, *.bazelrc, bazel.rc, .bazelignore, .bazelproject, WORKSPACE',
'CMakeLists.txt': '*.cmake, *.cmake.in, .cmake-format.yaml, CMakePresets.json, CMakeCache.txt',
Expand Down

0 comments on commit 5366649

Please sign in to comment.