mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt vim
This commit is contained in:
parent
f0f7b1decd
commit
aa0f3ea799
@ -4,13 +4,18 @@ syntax match Comment "\<help: \"[^\"]*\""
|
|||||||
|
|
||||||
highlight canConst ctermfg=yellow
|
highlight canConst ctermfg=yellow
|
||||||
syntax match canConst "\<can\>"
|
syntax match canConst "\<can\>"
|
||||||
|
syntax match canConst "\<sub\>"
|
||||||
|
syntax match canConst "\<sup\>"
|
||||||
|
syntax match canConst "\<you\>"
|
||||||
syntax match canConst "\<msg\>"
|
syntax match canConst "\<msg\>"
|
||||||
|
|
||||||
highlight msgConst ctermfg=cyan
|
highlight msgConst ctermfg=cyan
|
||||||
syntax match msgConst "\<m\.[a-z0-9A-Z_.]*"
|
syntax match msgConst "\<m\.[a-z0-9A-Z_.]*"
|
||||||
syntax match msgConst "\<msg\.[a-z0-9A-Z_.]*"
|
syntax match msgConst "\<msg\.[a-z0-9A-Z_.]*"
|
||||||
syntax match msgConst "\<sub\.[a-z0-9A-Z_.]*"
|
|
||||||
syntax match msgConst "\<can\.[a-z0-9A-Z_]*"
|
syntax match msgConst "\<can\.[a-z0-9A-Z_]*"
|
||||||
|
syntax match msgConst "\<sub\.[a-z0-9A-Z_.]*"
|
||||||
|
syntax match msgConst "\<sup\.[a-z0-9A-Z_.]*"
|
||||||
|
syntax match msgConst "\<you\.[a-z0-9A-Z_]*"
|
||||||
|
|
||||||
syntax match canConst "\<can\.base"
|
syntax match canConst "\<can\.base"
|
||||||
syntax match canConst "\<can\.core"
|
syntax match canConst "\<can\.core"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user