标签:
1、自定义关键字及其高亮颜色设置:
自定义关键字“UINT8”, “UINT16”,并将他们归类为"ucosType";
:syn keyword ucosType UINT8 UINT16
设置“ucosType"关键字为内置“type”颜色配置(或自定义“ucosType"关键字前景颜色)。
:hi def link ucosType type(:hi ucosType ctermfg=Red)
任世间IDE百媚千红,我独爱你那一种
标签:
原文地址:http://www.cnblogs.com/ansersion/p/4216540.html