ionide / Ionide-vim

F# Vim plugin based on FsAutoComplete and LSP protocol
MIT License
174 stars 21 forks source link

Set syntax to xml for *.fsproj files #68

Closed JulesNP closed 1 year ago

JulesNP commented 1 year ago

This commit sets the syntax to xml for *.fsproj files, to allow for proper syntax highlighting.

baronfel commented 1 year ago

This is a great idea - one suggestion though: there's an MSBuild extension called TinToy Project Tools that provides intellisence/go to definition for project files and it provides the mabuild language. Have you tried it, and would you be amenable to using it here instead of just XML?

baronfel commented 1 year ago

Oop, sorry ignore me - I just realized this was for ionide-vim.