aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/yacc.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-01-10 10:26:19 -0500
committerJustin M. Keyes <justinkz@gmail.com>2016-01-10 10:26:19 -0500
commit97ed0e8dd3b26d0d36ae24aacecef4c54ffadc0b (patch)
treedafe68149daaf12dc362f6b1e9d0abca67f02509 /runtime/syntax/yacc.vim
parent57cfb95758d8a7a86c7f7751373ad0b5b1ce09f8 (diff)
parent6bed244488f70a607033a2a5cb47604e95847881 (diff)
downloadrneovim-97ed0e8dd3b26d0d36ae24aacecef4c54ffadc0b.tar.gz
rneovim-97ed0e8dd3b26d0d36ae24aacecef4c54ffadc0b.tar.bz2
rneovim-97ed0e8dd3b26d0d36ae24aacecef4c54ffadc0b.zip
Merge pull request #3972 from jusga/vim-e271909
vim-patch:e271909
Diffstat (limited to 'runtime/syntax/yacc.vim')
-rw-r--r--runtime/syntax/yacc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/yacc.vim b/runtime/syntax/yacc.vim
index 714432be9d..9dc6cccb2d 100644
--- a/runtime/syntax/yacc.vim
+++ b/runtime/syntax/yacc.vim
@@ -42,7 +42,7 @@ exe "syn include @yaccCode ".s:Cpath
" ---------------------------------------------------------------------
" Yacc Clusters: {{{1
syn cluster yaccInitCluster contains=yaccKey,yaccKeyActn,yaccBrkt,yaccType,yaccString,yaccUnionStart,yaccHeader2,yaccComment,yaccDefines,yaccParseParam,yaccParseOption
-syn cluster yaccRulesCluster contains=yaccNonterminal,yaccString,yaccComment
+syn cluster yaccRulesCluster contains=yaccNonterminal,yaccString
" ---------------------------------------------------------------------
" Yacc Sections: {{{1