Skip to content

Commit 3571388

Browse files
andis-sprinkischrisbra
authored andcommitted
runtime(lf): update syntax to support lf version r37
Adds the lf release 37 specific syntax highlighting changes. From the PR andis-sprinkis/lf-vim#23 by @CatsDeservePets closes: #18115 Signed-off-by: Andis Spriņķis <andis@sprinkis.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent f32d204 commit 3571388

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime/syntax/lf.vim

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
" Maintainer: Andis Sprinkis <andis@sprinkis.com>
44
" Former Maintainer: Cameron Wright
55
" URL: https://github.com/andis-sprinkis/lf-vim
6-
" Last Change: 16 July 2025
6+
" Last Change: 16 August 2025
77
"
88
" The shell syntax highlighting is configurable. See $VIMRUNTIME/doc/syntax.txt
9-
" lf version: 36
9+
" lf version: 37
1010

1111
if exists("b:current_syntax") | finish | endif
1212

@@ -94,15 +94,14 @@ syn keyword lfOptions
9494
\ errorfmt
9595
\ filesep
9696
\ filter
97+
\ filtermethod
9798
\ find
9899
\ find-back
99100
\ find-next
100101
\ find-prev
101102
\ findlen
102103
\ glob-select
103104
\ glob-unselect
104-
\ globfilter
105-
\ globsearch
106105
\ half-down
107106
\ half-up
108107
\ hidden
@@ -169,6 +168,7 @@ syn keyword lfOptions
169168
\ search-back
170169
\ search-next
171170
\ search-prev
171+
\ searchmethod
172172
\ select
173173
\ selectfmt
174174
\ selmode

0 commit comments

Comments
 (0)