1
0
forked from x/ContextOS
ContextOS/etc/conf/sh.vim
2020-04-22 03:26:58 +08:00

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"