From 8419531f88460646fe57e0dda027e2be9fcef18b Mon Sep 17 00:00:00 2001 From: Hugo Rivera <6373447+roguh@users.noreply.github.com> Date: Mon, 19 Feb 2018 09:44:09 -0700 Subject: Adds basic Reason ML lexer. See https://reasonml.github.io/docs/en/comparison-to-ocaml.html for major differences between Reason and OCaml. --- lua/plugins/filetype.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua/plugins') diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 5e8c8ee..04f611c 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -303,6 +303,9 @@ vis.ftdetect.filetypes = { ext = { "%.sc$", "%.py$", "%.pyw$" }, mime = { "text/x-python" }, }, + reason = { + ext = { "%.re$" }, + }, rc = { ext = { "%.rc$", "%.es$" }, }, -- cgit v1.2.3