Skip to content

Commit 4cf2cc0

Browse files
committed
1 parent e200468 commit 4cf2cc0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

identify/extensions.py

Lines changed: 8 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'},
@@ -200,7 +201,9 @@
200201
'pom': {'pom', 'text', 'xml'},
201202
'pp': {'text', 'puppet'},
202203
'prisma': {'text', 'prisma'},
204+
'proj': {'text', 'xml', 'msbuild'},
203205
'properties': {'text', 'java-properties'},
206+
'props': {'text', 'xml', 'msbuild'},
204207
'proto': {'text', 'proto'},
205208
'ps1': {'text', 'powershell'},
206209
'psd1': {'text', 'powershell'},
@@ -212,7 +215,7 @@
212215
'pxi': {'text', 'cython'},
213216
'py': {'text', 'python'},
214217
'pyi': {'text', 'pyi'},
215-
'pyproj': {'text', 'xml', 'pyproj'},
218+
'pyproj': {'text', 'xml', 'pyproj', 'msbuild'},
216219
'pyt': {'text', 'python'},
217220
'pyx': {'text', 'cython'},
218221
'pyz': {'binary', 'pyz'},
@@ -252,6 +255,7 @@
252255
'swiftdeps': {'text', 'swiftdeps'},
253256
'tac': {'text', 'twisted', 'python'},
254257
'tar': {'binary', 'tar'},
258+
'targets': {'text', 'xml', 'msbuild'},
255259
'templ': {'text', 'templ'},
256260
'tex': {'text', 'tex'},
257261
'textproto': {'text', 'textproto'},
@@ -272,8 +276,8 @@
272276
'urdf': {'text', 'xml', 'urdf'},
273277
'v': {'text', 'verilog'},
274278
'vb': {'text', 'vb'},
275-
'vbproj': {'text', 'xml', 'vbproj'},
276-
'vcxproj': {'text', 'xml', 'vcxproj'},
279+
'vbproj': {'text', 'xml', 'vbproj', 'msbuild'},
280+
'vcxproj': {'text', 'xml', 'vcxproj', 'msbuild'},
277281
'vdx': {'text', 'vdx'},
278282
'vh': {'text', 'verilog'},
279283
'vhd': {'text', 'vhdl'},

0 commit comments

Comments
 (0)