您的位置:首页 > 编程语言

c.vim插件的高亮作用--读代码必备啊

2012-09-15 17:06 561 查看
after/syntax/c.vim : C Syntax Extensions

script karma Rating 66/35, Downloaded by 1685 Comments, bugs, improvements Vim wiki
created by
Mikhail Wolfson
script type
syntax
description
This file, instead of replacing the normal c.vim file, incorporates and improves upon some of the changes added invimscript #1201, "Extended original c.vim." Because this file goes in $VIMRUNTIME/after/syntax,
it appends these additional definitions to whatever c.vim file comes with the version of Vim you use.

The main additions identify operators, delimiters, and user-defined functions/function calls. Also included is a wealth of standard ANSI C function names as keywords. This makes C files look significantly richer, especially if your colorscheme includes color
variants for the additional syntax groups.

The Match regexps for user-defined functions have been improved. The rest is mostly just selective porting from the c.vim invimscript #1201.
install details
Place c.vim in $VIMRUNTIME/after/syntax
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: