Merge remote-tracking branch 'omasanori/ocaml-lex-and-yacc'

This commit is contained in:
Maxime Coste 2023-07-29 15:33:48 +10:00
commit 90acec991f

View File

@ -4,7 +4,7 @@
# Detection # Detection
# ‾‾‾‾‾‾‾‾‾ # ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*\.mli? %{ hook global BufCreate .*\.(ml|mli|mll|mly)$ %{
set-option buffer filetype ocaml set-option buffer filetype ocaml
} }