comparison runtime/syntax/cpp.vim @ 9464:be72f4201a1d

commit https://github.com/vim/vim/commit/063b9d15abea041a5bfff3ffc4e219e26fd1d4fa Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 9 20:21:48 2016 +0200 Updated runtime files.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jul 2016 20:30:06 +0200
parents 873eae260c97
children 43efa4f5a8ea
comparison
equal deleted inserted replaced
9463:78b611afcadb 9464:be72f4201a1d
1 " Vim syntax file 1 " Vim syntax file
2 " Language: C++ 2 " Language: C++
3 " Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp) 3 " Current Maintainer: vim-jp (https://github.com/vim-jp/vim-cpp)
4 " Previous Maintainer: Ken Shan <ccshan@post.harvard.edu> 4 " Previous Maintainer: Ken Shan <ccshan@post.harvard.edu>
5 " Last Change: 2015 Nov 10 5 " Last Change: 2016 Jul 07
6 6
7 " For version 5.x: Clear all syntax items 7 " For version 5.x: Clear all syntax items
8 " For version 6.x: Quit when a syntax file was already loaded 8 " For version 6.x: Quit when a syntax file was already loaded
9 if version < 600 9 if version < 600
10 syntax clear 10 syntax clear
78 HiLink cppStructure Structure 78 HiLink cppStructure Structure
79 HiLink cppBoolean Boolean 79 HiLink cppBoolean Boolean
80 HiLink cppConstant Constant 80 HiLink cppConstant Constant
81 HiLink cppRawStringDelimiter Delimiter 81 HiLink cppRawStringDelimiter Delimiter
82 HiLink cppRawString String 82 HiLink cppRawString String
83 HiLink cppNumber Number
83 delcommand HiLink 84 delcommand HiLink
84 endif 85 endif
85 86
86 let b:current_syntax = "cpp" 87 let b:current_syntax = "cpp"
87 88