diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 20:52:04 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-05-31 20:52:04 +0200 |
commit | b2be47befcba7c2e4ae1261e4baf0fc2e7db07d8 (patch) | |
tree | fdef2e8c7ecc908d4580a126cbe8a1de49e10bea /syntax/crystal.vim | |
parent | de38ccabbd64e6b3354917a89e37d36407356a61 (diff) | |
download | vim-polyglot-b2be47befcba7c2e4ae1261e4baf0fc2e7db07d8.tar.gz vim-polyglot-b2be47befcba7c2e4ae1261e4baf0fc2e7db07d8.zip |
Update
Diffstat (limited to 'syntax/crystal.vim')
-rw-r--r-- | syntax/crystal.vim | 4 |
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 |