aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/coco.vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-06-17 20:38:21 +0200
committerGitHub <noreply@github.com>2022-06-17 20:38:21 +0200
commite651ae5864503d219134c7c0124bff6bd9a663f7 (patch)
tree3e7a6b01a194a8850c7dbbed109bcb95eba6543b /runtime/syntax/coco.vim
parent98e2da7d50b8f22edb20cdb744788ef0085d0cb6 (diff)
downloadrneovim-e651ae5864503d219134c7c0124bff6bd9a663f7.tar.gz
rneovim-e651ae5864503d219134c7c0124bff6bd9a663f7.tar.bz2
rneovim-e651ae5864503d219134c7c0124bff6bd9a663f7.zip
vim-patch:d592deb33652 (#19002)
Update runtime files https://github.com/vim/vim/commit/d592deb336523a5448779ee3d4bba80334cff1f7
Diffstat (limited to 'runtime/syntax/coco.vim')
-rw-r--r--runtime/syntax/coco.vim3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/syntax/coco.vim b/runtime/syntax/coco.vim
index ae32348bcb..dc21314e35 100644
--- a/runtime/syntax/coco.vim
+++ b/runtime/syntax/coco.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: Coco/R
" Maintainer: Ashish Shukla <wahjava@gmail.com>
-" Last Change: 2007 Aug 10
+" Last Change: 2022 Jun 14
" Remark: Coco/R syntax partially implemented.
" License: Vim license
@@ -30,3 +30,4 @@ hi def link cocoOperator Operator
hi def link cocoProductionCode Statement
hi def link cocoPragma Special
+let b:current_syntax = 'coco'