Skip to content

Commit

Permalink
Merge pull request #360 from AnthonyMastrean/improve-msbuild
Browse files Browse the repository at this point in the history
Improve msbuild
  • Loading branch information
boyter committed Dec 14, 2022
2 parents fcc990f + 90af153 commit e786947
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions languages.json
Expand Up @@ -4133,23 +4133,21 @@
},
"MSBuild": {
"complexitychecks": [
"for ",
"for(",
"if ",
"if(",
"switch ",
"while ",
"else ",
"|| ",
"&& ",
"!= ",
"== "
"Condition"
],
"extensions": [
"csproj",
"vbproj",
"fsproj",
"vcproj",
"vcxproj",
"vcxproj.filters",
"myapp",
"props",
"rdlc",
"resx",
"settings",
"sln",
"targets"
],
"line_comment": [],
Expand Down

0 comments on commit e786947

Please sign in to comment.