diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:24:17 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2016-09-11 13:24:17 +0200 |
commit | 0244e228faf6ee71750cbca3bdcd18411a927d22 (patch) | |
tree | a72e5c9839ea593f6edc23f7f0e637e0a4a89413 /ftplugin/purescript.vim | |
parent | ab61d2ac8eafc9c10097577736602da48ec568ca (diff) | |
download | vim-polyglot-0244e228faf6ee71750cbca3bdcd18411a927d22.tar.gz vim-polyglot-0244e228faf6ee71750cbca3bdcd18411a927d22.zip |
Update
Diffstat (limited to 'ftplugin/purescript.vim')
-rw-r--r-- | ftplugin/purescript.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftplugin/purescript.vim b/ftplugin/purescript.vim new file mode 100644 index 00000000..4e40143f --- /dev/null +++ b/ftplugin/purescript.vim @@ -0,0 +1,5 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'purescript') == -1 + +setlocal comments=s1fl:{-,mb:\ \ ,ex:-},:-- + +endif |