mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-29 18:19:22 +08:00
opt shy.vim
This commit is contained in:
parent
bc750ae744
commit
0786190754
@ -7,12 +7,16 @@ highlight shyString ctermfg=magenta
|
|||||||
syn match shyString "\`[^\`]*\`"
|
syn match shyString "\`[^\`]*\`"
|
||||||
syn region shyString start="`" end="`"
|
syn region shyString start="`" end="`"
|
||||||
|
|
||||||
highlight shyContext ctermfg=yellow
|
highlight shyContext ctermfg=red
|
||||||
syntax match shyContext '^\.[a-z\.]*'
|
syntax match shyContext "\~[a-z\.]\+"
|
||||||
|
|
||||||
highlight shyCommand ctermfg=yellow
|
highlight shyCommand ctermfg=green
|
||||||
syntax match shyCommand "^\a*"
|
|
||||||
syntax match shyCommand "^ \a*"
|
syntax match shyCommand "^ \a*"
|
||||||
|
syntax match shyCommand "^\a\+"
|
||||||
|
|
||||||
|
highlight shyConfig ctermfg=yellow
|
||||||
|
syntax match shyConfig "^ config"
|
||||||
|
|
||||||
|
|
||||||
highlight shyTitle ctermbg=darkred ctermfg=white
|
highlight shyTitle ctermbg=darkred ctermfg=white
|
||||||
syntax match shyTitle "^title"
|
syntax match shyTitle "^title"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user