mirror of
https://shylinux.com/x/ContextOS
synced 2025-05-07 05:26:55 +08:00
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"
|
|
|