comparison runtime/syntax/coco.vim @ 10048:43efa4f5a8ea

commit https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 30 23:26:57 2016 +0200 Updated runtime files. Remove version checks for Vim older than 6.0.
author Christian Brabandt <cb@256bit.org>
date Tue, 30 Aug 2016 23:30:09 +0200
parents 18ee39301b82
children 1e9e9d89f0ee
comparison
equal deleted inserted replaced
10047:a62862410ca1 10048:43efa4f5a8ea
3 " Maintainer: Ashish Shukla <wahjava@gmail.com> 3 " Maintainer: Ashish Shukla <wahjava@gmail.com>
4 " Last Change: 2007 Aug 10 4 " Last Change: 2007 Aug 10
5 " Remark: Coco/R syntax partially implemented. 5 " Remark: Coco/R syntax partially implemented.
6 " License: Vim license 6 " License: Vim license
7 7
8 if version < 600 8 " quit when a syntax file was already loaded
9 syntax clear 9 if exists("b:current_syntax")
10 elseif exists("b:current_syntax")
11 finish 10 finish
12 endif 11 endif
13 12
14 syn keyword cocoKeywords ANY CHARACTERS COMMENTS COMPILER CONTEXT END FROM IF IGNORE IGNORECASE NESTED PRAGMAS PRODUCTIONS SYNC TO TOKENS WEAK 13 syn keyword cocoKeywords ANY CHARACTERS COMMENTS COMPILER CONTEXT END FROM IF IGNORE IGNORECASE NESTED PRAGMAS PRODUCTIONS SYNC TO TOKENS WEAK
15 syn match cocoUnilineComment #//.*$# 14 syn match cocoUnilineComment #//.*$#