diff --git a/identify/extensions.py b/identify/extensions.py index 51f62b8..bedf0e2 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -43,7 +43,7 @@ 'cr': {'text', 'crystal'}, 'crt': {'text', 'pem'}, 'cs': {'text', 'c#'}, - 'csproj': {'text', 'xml', 'csproj'}, + 'csproj': {'text', 'xml', 'csproj', 'msbuild'}, 'csh': {'text', 'shell', 'csh'}, 'cson': {'text', 'cson'}, 'css': {'text', 'css'}, @@ -82,6 +82,7 @@ 'fish': {'text', 'fish'}, 'fits': {'binary', 'fits'}, 'fs': {'text', 'f#'}, + 'fsproj': {'text', 'xml', 'fsproj', 'msbuild'}, 'fsx': {'text', 'f#', 'f#script'}, 'gd': {'text', 'gdscript'}, 'gemspec': {'text', 'ruby'}, @@ -201,6 +202,7 @@ 'pp': {'text', 'puppet'}, 'prisma': {'text', 'prisma'}, 'properties': {'text', 'java-properties'}, + 'props': {'text', 'xml', 'msbuild'}, 'proto': {'text', 'proto'}, 'ps1': {'text', 'powershell'}, 'psd1': {'text', 'powershell'}, @@ -212,7 +214,7 @@ 'pxi': {'text', 'cython'}, 'py': {'text', 'python'}, 'pyi': {'text', 'pyi'}, - 'pyproj': {'text', 'xml', 'pyproj'}, + 'pyproj': {'text', 'xml', 'pyproj', 'msbuild'}, 'pyt': {'text', 'python'}, 'pyx': {'text', 'cython'}, 'pyz': {'binary', 'pyz'}, @@ -252,6 +254,7 @@ 'swiftdeps': {'text', 'swiftdeps'}, 'tac': {'text', 'twisted', 'python'}, 'tar': {'binary', 'tar'}, + 'targets': {'text', 'xml', 'msbuild'}, 'templ': {'text', 'templ'}, 'tex': {'text', 'tex'}, 'textproto': {'text', 'textproto'}, @@ -272,8 +275,8 @@ 'urdf': {'text', 'xml', 'urdf'}, 'v': {'text', 'verilog'}, 'vb': {'text', 'vb'}, - 'vbproj': {'text', 'xml', 'vbproj'}, - 'vcxproj': {'text', 'xml', 'vcxproj'}, + 'vbproj': {'text', 'xml', 'vbproj', 'msbuild'}, + 'vcxproj': {'text', 'xml', 'vcxproj', 'msbuild'}, 'vdx': {'text', 'vdx'}, 'vh': {'text', 'verilog'}, 'vhd': {'text', 'vhdl'},