Skip to content

Commit

Permalink
Merge pull request #334 from augustfengd/master
Browse files Browse the repository at this point in the history
Enable nxml-mode for fsproj files
  • Loading branch information
juergenhoetzel committed Jun 22, 2023
2 parents 0ce19f2 + 2022775 commit b4d31c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fsharp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@

;;;###autoload
(add-to-list 'auto-mode-alist '("\\.fs[iylx]?\\'" . fsharp-mode))
(add-to-list 'auto-mode-alist '("\\.fsproj\\'" . nxml-mode))

(defvar fsharp-mode-syntax-table nil
"Syntax table in use in fsharp mode buffers.")
Expand Down

0 comments on commit b4d31c3

Please sign in to comment.