1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/etc/conf/javasript.vim
2019-12-20 05:04:46 +08:00

14 lines
393 B
VimL

highlight canConst ctermfg=yellow
syntax match canConst "can"
syntax match canConst "can\.base"
syntax match canConst "can\.core"
syntax match canConst "can\.misc"
syntax match canConst "can\.page"
syntax match canConst "can\.user"
highlight msgConst ctermfg=cyan
syntax match msgConst "m\.[a-zA-Z_.]*"
syntax match msgConst "msg\.[a-zA-Z_.]*"
syntax match msgConst "sub\.[a-zA-Z_.]*"