lang/ocaml: adding ml4, mli, mlp to recognized extensions
This commit is contained in:
parent
efb1e916e4
commit
53e3670d9a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
;;; lang/ocaml/config.el -*- lexical-binding: t; -*-
|
;;; lang/ocaml/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! tuareg
|
(def-package! tuareg
|
||||||
:mode ("\\.ml[ly]?$" . tuareg-mode))
|
:mode ("\\.ml[4ilpy]?$" . tuareg-mode))
|
||||||
|
|
||||||
|
|
||||||
(def-package! merlin
|
(def-package! merlin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue