forked from x/ContextOS
7 lines
157 B
VimL
7 lines
157 B
VimL
highlight ishKey ctermfg=yellow
|
|
syntax match ishKey "^require"
|
|
syntax match ishKey "^module"
|
|
syntax match ishKey "^script"
|
|
syntax match ishKey "^object"
|
|
|