mirror of
https://github.com/vim/vim.git
synced 2026-02-11 17:54:06 +02:00
runtime(lf): update syntax to support lf version r41
Also, mark @CatsDeservePets as maintainer. closes: #18640 Signed-off-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
b24a1d9291
commit
56d470a008
@@ -1,6 +1,6 @@
|
||||
" Vim filetype plugin file
|
||||
" Language: lf file manager configuration file (lfrc)
|
||||
" Maintainer: Andis Sprinkis <andis@sprinkis.com>
|
||||
" Maintainer: Andis Sprinkis <andis@sprinkis.com>, @CatsDeservePets
|
||||
" URL: https://github.com/andis-sprinkis/lf-vim
|
||||
" Last Change: 6 Apr 2025
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
" Vim indent file
|
||||
" Language: lf file manager configuration file (lfrc)
|
||||
" Maintainer: Andis Sprinkis <andis@sprinkis.com>
|
||||
" Maintainer: Andis Sprinkis <andis@sprinkis.com>, @CatsDeservePets
|
||||
" URL: https://github.com/andis-sprinkis/lf-vim
|
||||
" Last Change: 26 Oct 2025
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
" Vim syntax file
|
||||
" Language: lf file manager configuration file (lfrc)
|
||||
" Maintainer: Andis Sprinkis <andis@sprinkis.com>
|
||||
" Maintainer: Andis Sprinkis <andis@sprinkis.com>, @CatsDeservePets
|
||||
" Former Maintainer: Cameron Wright
|
||||
" URL: https://github.com/andis-sprinkis/lf-vim
|
||||
" Last Change: 26 Oct 2025
|
||||
" Last Change: 4 Feb 2026
|
||||
"
|
||||
" The shell syntax highlighting is configurable. See $VIMRUNTIME/doc/syntax.txt
|
||||
" lf version: 39
|
||||
" lf version: 41
|
||||
|
||||
if exists("b:current_syntax") | finish | endif
|
||||
|
||||
@@ -130,6 +130,7 @@ syn keyword lfOptions
|
||||
\ menufmt
|
||||
\ menuheaderfmt
|
||||
\ menuselectfmt
|
||||
\ mergeindicators
|
||||
\ middle
|
||||
\ mouse
|
||||
\ nmaps
|
||||
|
||||
Reference in New Issue
Block a user