mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/ocaml: adding ml4, mli, mlp to recognized extensions
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user