forked from x/ContextOS
6 lines
111 B
VimL
6 lines
111 B
VimL
highlight ishKey ctermfg=yellow
|
|
syntax match ishKey "require"
|
|
syntax match ishKey "ish"
|
|
set foldmarker={,}
|
|
|