Add reason support, closes #266

This commit is contained in:
Adam Stankiewicz
2019-03-04 10:09:33 +01:00
parent ec5884b1d0
commit 0cd0b7f894
7 changed files with 510 additions and 1 deletions

4
after/syntax/reason.vim Normal file
View File

@@ -0,0 +1,4 @@
if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'reason') != -1
finish
endif