Skip to content

Commit b4d31c3

Browse files
Merge pull request #334 from augustfengd/master
Enable nxml-mode for fsproj files
2 parents 0ce19f2 + 2022775 commit b4d31c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsharp-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114

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

118119
(defvar fsharp-mode-syntax-table nil
119120
"Syntax table in use in fsharp mode buffers.")

0 commit comments

Comments
 (0)