Skip to content

Commit e786947

Browse files
authored
Merge pull request #360 from AnthonyMastrean/improve-msbuild
Improve msbuild
2 parents fcc990f + 90af153 commit e786947

File tree

1 file changed

+9
-11
lines changed

1 file changed

+9
-11
lines changed

languages.json

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4133,23 +4133,21 @@
41334133
},
41344134
"MSBuild": {
41354135
"complexitychecks": [
4136-
"for ",
4137-
"for(",
4138-
"if ",
4139-
"if(",
4140-
"switch ",
4141-
"while ",
4142-
"else ",
4143-
"|| ",
4144-
"&& ",
4145-
"!= ",
4146-
"== "
4136+
"Condition"
41474137
],
41484138
"extensions": [
41494139
"csproj",
41504140
"vbproj",
41514141
"fsproj",
4142+
"vcproj",
4143+
"vcxproj",
4144+
"vcxproj.filters",
4145+
"myapp",
41524146
"props",
4147+
"rdlc",
4148+
"resx",
4149+
"settings",
4150+
"sln",
41534151
"targets"
41544152
],
41554153
"line_comment": [],

0 commit comments

Comments
 (0)