vim小技巧
2015-01-11 15:19 Ansersion 阅读(166) 评论(0) 编辑 收藏 举报1、自定义关键字及其高亮颜色设置:
自定义关键字“UINT8”, “UINT16”,并将他们归类为"ucosType";
:syn keyword ucosType UINT8 UINT16
设置“ucosType"关键字为内置“type”颜色配置(或自定义“ucosType"关键字前景颜色)。
:hi def link ucosType type(:hi ucosType ctermfg=Red)
任世间IDE百媚千红,我独爱你那一种