fsharp / emacs-fsharp-mode

F# Emacs mode
Apache License 2.0
205 stars 62 forks source link

Enable nxml-mode for fsproj files #334

Closed augustfengd closed 1 year ago

augustfengd commented 1 year ago

The nxml-mode is built-in and will enable editing the fsproj files like they're xml files.

baronfel commented 1 year ago

Consider trying to associate the MSBuild Xml Schema Document with this tooling for better completions!

juergenhoetzel commented 1 year ago

Thank you :+1:

juergenhoetzel commented 1 year ago

Consider trying to associate the MSBuild Xml Schema Document with this tooling for better completions!

Good idea.

Emacs needs a RELAX NG Compact Syntax (RNC) schema.

The Microsoft.Build.xsd schema would need to be converted to RNG.