navi/docs/vim.md
2025-03-13 13:19:48 -03:00

403 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^\$.*$"