forked from x/ContextOS
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={,}
|
|
|