1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

opt go.vim

This commit is contained in:
shaoying 2019-12-20 18:47:44 +08:00
parent 958e35fe4b
commit 7a8ccb6b9c
2 changed files with 7 additions and 8 deletions

View File

@ -2,13 +2,12 @@ syntax match Comment "Name: \"[^\"]*\""
syntax match Comment "Help: \"[^\"]*\"" syntax match Comment "Help: \"[^\"]*\""
highlight kitConst ctermfg=yellow highlight kitConst ctermfg=yellow
syntax match kitConst "kit\.[a-zA-Z_.]*" syntax match kitConst "kit\.[a-z0-9A-Z_.]*"
syntax match kitConst "app\.[a-z0-9A-Z_.]*"
highlight msgConst ctermfg=cyan highlight msgConst ctermfg=cyan
syntax match msgConst "m\.[a-zA-Z_.]*" syntax match msgConst "m\.[a-z0-9A-Z_.]*"
syntax match msgConst "msg\.[a-zA-Z_.]*" syntax match msgConst "msg\.[a-z0-9A-Z_.]*"
syntax match msgConst "sub\.[a-zA-Z_.]*" syntax match msgConst "sub\.[a-z0-9A-Z_.]*"
" highlight iceConst ctermfg=darkgreen
" syntax match iceConst "ice\.[a-zA-Z_.]*"

View File

@ -9,7 +9,7 @@ kit dir "目录" private "_:web.code.zsh" "@pod" \
button "返回" cb Last button "返回" cb Last
kit clip "粘贴板" private "web.code.tmux" "" "buffer" \ kit clip "粘贴板" private "web.code.tmux" "" "buffer" \
text "" name tag imports plugin_buffer action auto \ text "" name buffer action auto \
text "" name txt \ text "" name txt \
exports buffer buffer \ exports buffer buffer \
button "查看" action auto \ button "查看" action auto \