mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 08:48:06 +08:00
8 lines
134 B
VimL
8 lines
134 B
VimL
highlight ishKey ctermfg=yellow
|
|
syntax match ishKey "require"
|
|
syntax match ishKey "ish"
|
|
set foldmethod=marker
|
|
set foldmarker={,}
|
|
|
|
|