mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-06 13:07:00 +08:00
8 lines
176 B
VimL
8 lines
176 B
VimL
highlight ishKey ctermfg=yellow
|
|
syntax match ishKey "^require"
|
|
syntax match ishKey "^module"
|
|
syntax match ishKey "^script"
|
|
syntax match ishKey "^object"
|
|
set foldmarker={,}
|
|
|