|
43 | 43 | 'cr': {'text', 'crystal'}, |
44 | 44 | 'crt': {'text', 'pem'}, |
45 | 45 | 'cs': {'text', 'c#'}, |
46 | | - 'csproj': {'text', 'xml', 'csproj'}, |
| 46 | + 'csproj': {'text', 'xml', 'csproj', 'msbuild'}, |
47 | 47 | 'csh': {'text', 'shell', 'csh'}, |
48 | 48 | 'cson': {'text', 'cson'}, |
49 | 49 | 'css': {'text', 'css'}, |
|
82 | 82 | 'fish': {'text', 'fish'}, |
83 | 83 | 'fits': {'binary', 'fits'}, |
84 | 84 | 'fs': {'text', 'f#'}, |
| 85 | + 'fsproj': {'text', 'xml', 'fsproj', 'msbuild'}, |
85 | 86 | 'fsx': {'text', 'f#', 'f#script'}, |
86 | 87 | 'gd': {'text', 'gdscript'}, |
87 | 88 | 'gemspec': {'text', 'ruby'}, |
|
200 | 201 | 'pom': {'pom', 'text', 'xml'}, |
201 | 202 | 'pp': {'text', 'puppet'}, |
202 | 203 | 'prisma': {'text', 'prisma'}, |
| 204 | + 'proj': {'text', 'xml', 'msbuild'}, |
203 | 205 | 'properties': {'text', 'java-properties'}, |
| 206 | + 'props': {'text', 'xml', 'msbuild'}, |
204 | 207 | 'proto': {'text', 'proto'}, |
205 | 208 | 'ps1': {'text', 'powershell'}, |
206 | 209 | 'psd1': {'text', 'powershell'}, |
|
212 | 215 | 'pxi': {'text', 'cython'}, |
213 | 216 | 'py': {'text', 'python'}, |
214 | 217 | 'pyi': {'text', 'pyi'}, |
215 | | - 'pyproj': {'text', 'xml', 'pyproj'}, |
| 218 | + 'pyproj': {'text', 'xml', 'pyproj', 'msbuild'}, |
216 | 219 | 'pyt': {'text', 'python'}, |
217 | 220 | 'pyx': {'text', 'cython'}, |
218 | 221 | 'pyz': {'binary', 'pyz'}, |
|
252 | 255 | 'swiftdeps': {'text', 'swiftdeps'}, |
253 | 256 | 'tac': {'text', 'twisted', 'python'}, |
254 | 257 | 'tar': {'binary', 'tar'}, |
| 258 | + 'targets': {'text', 'xml', 'msbuild'}, |
255 | 259 | 'templ': {'text', 'templ'}, |
256 | 260 | 'tex': {'text', 'tex'}, |
257 | 261 | 'textproto': {'text', 'textproto'}, |
|
272 | 276 | 'urdf': {'text', 'xml', 'urdf'}, |
273 | 277 | 'v': {'text', 'verilog'}, |
274 | 278 | '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'}, |
277 | 281 | 'vdx': {'text', 'vdx'}, |
278 | 282 | 'vh': {'text', 'verilog'}, |
279 | 283 | 'vhd': {'text', 'vhdl'}, |
|
0 commit comments