mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 18:26:28 +00:00
401 B
401 B
vim
If you want syntax highlighting support for Navi in Vim, add those syntax rules
to your syntax files such as at $VIMRUNTIME/syntax/navi.vim.
The rules are defined based on the Cheatsheet syntax.
syntax match Comment "\v^;.*$"
syntax match Statement "\v^\%.*$"
syntax match Operator "\v^\#.*$"
syntax match String "\v\<.*\>"
syntax match String "\v^\$.*$"