Browse Source

Include .targets as an XML extension.

andrewimcclement 2 years ago
parent
commit
ee30f4e1c5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/basic-languages/xml/xml.contribution.ts

+ 1 - 0
src/basic-languages/xml/xml.contribution.ts

@@ -17,6 +17,7 @@ registerLanguage({
 		'.csproj',
 		'.config',
 		'.props',
+		'.targets',
 		'.wxi',
 		'.wxl',
 		'.wxs',