diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2014-07-29 13:03:49 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2014-07-29 13:03:49 +0200 |
commit | 5f1223fbc5285689db812236c9100329740a805b (patch) | |
tree | 58bc6f11540011afb25826c96f65fa35f5687291 /syntax/cabal.vim | |
parent | a59f644d49ee029df48586a6c3c358858f1e6739 (diff) | |
download | vim-polyglot-1.9.2.tar.gz vim-polyglot-1.9.2.zip |
Major updatev1.9.2
Diffstat (limited to 'syntax/cabal.vim')
-rw-r--r-- | syntax/cabal.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/cabal.vim b/syntax/cabal.vim index d0510097..abe561a0 100644 --- a/syntax/cabal.vim +++ b/syntax/cabal.vim @@ -116,7 +116,7 @@ syn match cabalOperator '\W\@<=impl\((.\+)\)\@=' syn match cabalOperator '\W\@<=flag\((.\+)\)\@=' syn match cabalOperator '\(^\s*--.*\)\@<!\(<\|>\|=\|||\|&&\)' -syn match cabalComment '\s\@<=--.*$' +syn match cabalComment '--.*$' contains=@Spell if version >= 508 || !exists('did_cabal_syntax_inits') if version < 508 |