summaryrefslogtreecommitdiffstats
path: root/autoload
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:26:56 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2017-12-30 11:26:56 +0100
commit4855e5ee82a6871b4330ee00626dead1ee874f5b (patch)
treee1a6eea08eece216a6661086e4e9b43248d39777 /autoload
parentbb85059bacd5b415a012f25679111a0e55d3c6d9 (diff)
downloadvim-polyglot-4855e5ee82a6871b4330ee00626dead1ee874f5b.tar.gz
vim-polyglot-4855e5ee82a6871b4330ee00626dead1ee874f5b.zip
Add vital file for crystal, fixes #259
Diffstat (limited to 'autoload')
-rw-r--r--autoload/vital/crystal.vital10
1 files changed, 10 insertions, 0 deletions
diff --git a/autoload/vital/crystal.vital b/autoload/vital/crystal.vital
new file mode 100644
index 00000000..7c1f45ff
--- /dev/null
+++ b/autoload/vital/crystal.vital
@@ -0,0 +1,10 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
+
+crystal
+a977489
+
+Process
+Web.JSON
+ColorEcho
+
+endif