Problem:
Dotnet relies on a tool called MSBuild, maintained by microsoft. These have a set of configuration files. I added filetypes for the 3 standard ones. Most dotnet developers will open and edit atleast one of these files through the course of a project.
When running dotnet new list. The command that lets you create new templates you will find these three entries
MSBuild Directory.Build.props file buildprops MSBuild/props MSBuild Directory.Build.targets file buildtargets MSBuild/props MSBuild Directory.Packages.props file packagesprops MSBuild/packages/props/CPM
These files are xml
Solution: detect 'Directory.Packages.props,Directory.Build.targets,Directory.Build.props' files as xml filetype
https://github.com/vim/vim/pull/16339
(2 files)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
@GustavEikaas pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
thanks!
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()