wren / jrnl.vim

Syntax for jrnl files in vim
Other
10 stars 6 forks source link

fix for compatibility with vim9 #7

Open fraansg opened 1 year ago

fraansg commented 1 year ago

Unlike neovim, Vim don't recognize the "none" argument for syntax configuration. The correct keyword for compatibility between vim and neovim is "NONE".

see :help highlight-font