summaryrefslogtreecommitdiffstats
path: root/syntax/crystal.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-05-31 20:52:04 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-05-31 20:52:04 +0200
commitb2be47befcba7c2e4ae1261e4baf0fc2e7db07d8 (patch)
treefdef2e8c7ecc908d4580a126cbe8a1de49e10bea /syntax/crystal.vim
parentde38ccabbd64e6b3354917a89e37d36407356a61 (diff)
downloadvim-polyglot-b2be47befcba7c2e4ae1261e4baf0fc2e7db07d8.tar.gz
vim-polyglot-b2be47befcba7c2e4ae1261e4baf0fc2e7db07d8.zip
Update
Diffstat (limited to 'syntax/crystal.vim')
-rw-r--r--syntax/crystal.vim4
1 files changed, 3 insertions, 1 deletions
diff --git a/syntax/crystal.vim b/syntax/crystal.vim
index 937361a8..217cb6db 100644
--- a/syntax/crystal.vim
+++ b/syntax/crystal.vim
@@ -1,7 +1,9 @@
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'crystal') == -1
" Language: Crystal
-" Maintainer: rhysd <https://rhysd.github.io>
+" Maintainer:
+" rhysd <https://rhysd.github.io>
+" Jeffrey Crochet <jlcrochet@pm.me>
"
" Based on Ruby syntax highlight
" which was made by Mirko Nasato and Doug Kearns