diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:33:25 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2019-06-08 13:33:25 +0200 |
commit | 9caa678708a97022ba44f0bf86de22b07e9bde86 (patch) | |
tree | 0a27834b06ae7894278a752e7875b64d3a09e5dd /ftplugin | |
parent | 8f2a71643a90a8aff03e69ba2b1f8fdb02cebdcf (diff) | |
download | vim-polyglot-9caa678708a97022ba44f0bf86de22b07e9bde86.tar.gz vim-polyglot-9caa678708a97022ba44f0bf86de22b07e9bde86.zip |
Add ion shell support, closes #404
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/ion.vim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ftplugin/ion.vim b/ftplugin/ion.vim new file mode 100644 index 00000000..7cb349b9 --- /dev/null +++ b/ftplugin/ion.vim @@ -0,0 +1,9 @@ +if exists('g:polyglot_disabled') && index(g:polyglot_disabled, 'ion') != -1 + finish +endif + + +if exists("b:did_ftplugin") | finish | endif +let b:did_ftplugin = 1 + +setlocal commentstring=#%s |