lang/ocaml: adding ml4, mli, mlp to recognized extensions

This commit is contained in:
Valentin Robert 2017-07-27 11:33:10 -07:00
parent efb1e916e4
commit 53e3670d9a

View file

@ -1,7 +1,7 @@
;;; lang/ocaml/config.el -*- lexical-binding: t; -*-
(def-package! tuareg
:mode ("\\.ml[ly]?$" . tuareg-mode))
:mode ("\\.ml[4ilpy]?$" . tuareg-mode))
(def-package! merlin