diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-21 14:51:19 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-08-21 14:51:19 +0200 |
commit | cf8e31ff7faee18a28c784ab97eeeab809c2cb8d (patch) | |
tree | 61c8c6271adfc5c4e08377dd9302294fd13e15df /ftplugin/ecrystal.vim | |
parent | 0df1bfa0c5f3efb6688566d5656a330034772037 (diff) | |
download | vim-polyglot-cf8e31ff7faee18a28c784ab97eeeab809c2cb8d.tar.gz vim-polyglot-cf8e31ff7faee18a28c784ab97eeeab809c2cb8d.zip |
Update
Diffstat (limited to 'ftplugin/ecrystal.vim')
-rw-r--r-- | ftplugin/ecrystal.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftplugin/ecrystal.vim b/ftplugin/ecrystal.vim index b8687853..58ccde5a 100644 --- a/ftplugin/ecrystal.vim +++ b/ftplugin/ecrystal.vim @@ -1,5 +1,6 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1 +" Filetype plugin for https://crystal-lang.org/api/0.35.1/ECR.html if exists('b:did_ftplugin') finish endif |