summaryrefslogtreecommitdiffstats
path: root/indent/crystal.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-03-05 12:30:24 +0100
committerAdam Stankiewicz <sheerun@sher.pl>2020-03-05 12:30:24 +0100
commite86e0ad36ef9501acbc3e8c63a1d4fab104e47cb (patch)
treeb9581527c6b4c0590bc79d5fd8ea5cfaf8df6d12 /indent/crystal.vim
parent45ab4d80dd52f6ea40d8e9b7fa5cedd31d9ad9ec (diff)
downloadvim-polyglot-e86e0ad36ef9501acbc3e8c63a1d4fab104e47cb.tar.gz
vim-polyglot-e86e0ad36ef9501acbc3e8c63a1d4fab104e47cb.zip
Update
Diffstat (limited to 'indent/crystal.vim')
-rw-r--r--indent/crystal.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/indent/crystal.vim b/indent/crystal.vim
index 94767afe..74b5cc10 100644
--- a/indent/crystal.vim
+++ b/indent/crystal.vim
@@ -32,7 +32,7 @@ set cpo&vim
" Regex of syntax group names that are or delimit strings/symbols or are comments.
let s:syng_strcom = '\<crystal\%(Regexp\|RegexpDelimiter\|RegexpEscape' .
- \ '\|Symbol\|String\|StringDelimiter\|StringEscape\|ASCIICode' .
+ \ '\|Symbol\|String\|StringDelimiter\|StringEscape\|CharLiteral\|ASCIICode' .
\ '\|Interpolation\|InterpolationDelimiter\|NoInterpolation\|Comment\|Documentation\)\>'
" Regex of syntax group names that are strings.