mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-29 02:09:22 +08:00
6 lines
111 B
VimL
6 lines
111 B
VimL
highlight ishKey ctermfg=yellow
|
|
syntax match ishKey "require"
|
|
syntax match ishKey "ish"
|
|
set foldmarker={,}
|
|
|