From 0cd0b7f8942a42bf8cb24affb18ac5bedae5aa48 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Mon, 4 Mar 2019 10:09:33 +0100 Subject: Add reason support, closes #266 --- after/syntax/reason.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 after/syntax/reason.vim (limited to 'after/syntax') diff --git a/after/syntax/reason.vim b/after/syntax/reason.vim new file mode 100644 index 00000000..14d5abfe --- /dev/null +++ b/after/syntax/reason.vim @@ -0,0 +1,4 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'reason') != -1 + finish +endif + -- cgit v1.2.3