Add ion shell support, closes #404

This commit is contained in:
Adam Stankiewicz
2019-06-08 13:33:25 +02:00
parent 8f2a71643a
commit 9caa678708
5 changed files with 112 additions and 1 deletions

9
ftplugin/ion.vim Normal file
View File

@@ -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