Adds the lf release 36 specific syntax highlighting changes.
related: andis-sprinkis/lf-vim#22 by @CatsDeservePets
closes: #17792
Co-authored-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com>
Signed-off-by: Andis Spriņķis <andis@sprinkis.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
" Maintainer: Andis Sprinkis <andis@sprinkis.com>
" Former Maintainer: Cameron Wright
" URL: https://github.com/andis-sprinkis/lf-vim
-" Last Change: 10 May 2025
+" Last Change: 16 July 2025
"
" The shell syntax highlighting is configurable. See $VIMRUNTIME/doc/syntax.txt
-" lf version: 34
+" lf version: 36
if exists("b:current_syntax") | finish | endif
"}}}
"{{{ Keywords
-syn keyword lfKeyword set setlocal cmd map cmap skipwhite
+syn keyword lfKeyword set setlocal cmd map cmap nmap vmap skipwhite
"}}}
"{{{ Options Keywords
syn keyword lfOptions
+ \ addcustominfo
\ anchorfind
\ autoquit
\ borderfmt
\ infotimefmtnew
\ infotimefmtold
\ invert
- \ invert-below
\ jump-next
\ jump-prev
\ load
\ mark-save
\ middle
\ mouse
+ \ nmaps
\ number
\ numberfmt
\ on-cd
\ on-focus-gained
\ on-focus-lost
\ on-init
+ \ on-load
\ on-quit
\ on-redraw
\ on-select
\ top
\ truncatechar
\ truncatepct
+ \ tty-write
\ unselect
\ up
\ updir
+ \ visual
+ \ visual-accept
+ \ visual-change
+ \ visual-discard
+ \ visual-unselect
+ \ visualfmt
+ \ vmaps
\ waitmsg
\ watch
\ wrapscan