Skip to content

Commit 2022775

Browse files
committed
Enable nxml-mode for fsproj files
1 parent 0ce19f2 commit 2022775

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fsharp-mode.el

+1
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)