1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-05-04 20:27:01 +08:00
ContextOS/etc/conf/shy.vim
2020-02-13 11:33:12 +08:00

21 lines
513 B
VimL

set foldmarker={{,}}
highlight shyCommand ctermfg=yellow
syntax match shyCommand "^\a*"
highlight shyTitle ctermbg=darkred ctermfg=white
syntax match shyTitle "^title"
syntax match shyTitle "^chapter"
syntax match shyTitle "^section"
highlight shySpark ctermbg=darkgreen ctermfg=white
syntax match shySpark "^brief"
syntax match shySpark "^spark"
highlight shyString ctermfg=magenta
syn match shyString "\`[^\`]*\`"
syn region shyString start="`" end="`"
syn match Comment "\"[^\"]*\""