Skip to content

Commit 00310d3

Browse files
authored
Merge pull request #519 from energyworldnet/feature/msbuild
Identify common MSBuild files
2 parents bdd2643 + a604a3a commit 00310d3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

identify/extensions.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
'cr': {'text', 'crystal'},
4444
'crt': {'text', 'pem'},
4545
'cs': {'text', 'c#'},
46-
'csproj': {'text', 'xml', 'csproj'},
46+
'csproj': {'text', 'xml', 'csproj', 'msbuild'},
4747
'csh': {'text', 'shell', 'csh'},
4848
'cson': {'text', 'cson'},
4949
'css': {'text', 'css'},
@@ -82,6 +82,7 @@
8282
'fish': {'text', 'fish'},
8383
'fits': {'binary', 'fits'},
8484
'fs': {'text', 'f#'},
85+
'fsproj': {'text', 'xml', 'fsproj', 'msbuild'},
8586
'fsx': {'text', 'f#', 'f#script'},
8687
'gd': {'text', 'gdscript'},
8788
'gemspec': {'text', 'ruby'},
@@ -201,6 +202,7 @@
201202
'pp': {'text', 'puppet'},
202203
'prisma': {'text', 'prisma'},
203204
'properties': {'text', 'java-properties'},
205+
'props': {'text', 'xml', 'msbuild'},
204206
'proto': {'text', 'proto'},
205207
'ps1': {'text', 'powershell'},
206208
'psd1': {'text', 'powershell'},
@@ -212,7 +214,7 @@
212214
'pxi': {'text', 'cython'},
213215
'py': {'text', 'python'},
214216
'pyi': {'text', 'pyi'},
215-
'pyproj': {'text', 'xml', 'pyproj'},
217+
'pyproj': {'text', 'xml', 'pyproj', 'msbuild'},
216218
'pyt': {'text', 'python'},
217219
'pyx': {'text', 'cython'},
218220
'pyz': {'binary', 'pyz'},
@@ -252,6 +254,7 @@
252254
'swiftdeps': {'text', 'swiftdeps'},
253255
'tac': {'text', 'twisted', 'python'},
254256
'tar': {'binary', 'tar'},
257+
'targets': {'text', 'xml', 'msbuild'},
255258
'templ': {'text', 'templ'},
256259
'tex': {'text', 'tex'},
257260
'textproto': {'text', 'textproto'},
@@ -272,8 +275,8 @@
272275
'urdf': {'text', 'xml', 'urdf'},
273276
'v': {'text', 'verilog'},
274277
'vb': {'text', 'vb'},
275-
'vbproj': {'text', 'xml', 'vbproj'},
276-
'vcxproj': {'text', 'xml', 'vcxproj'},
278+
'vbproj': {'text', 'xml', 'vbproj', 'msbuild'},
279+
'vcxproj': {'text', 'xml', 'vcxproj', 'msbuild'},
277280
'vdx': {'text', 'vdx'},
278281
'vh': {'text', 'verilog'},
279282
'vhd': {'text', 'vhdl'},

0 commit comments

Comments
 (0)