Mercurial > vim
diff runtime/doc/tags @ 36303:65c66e5a1524 draft v9.1.0778
patch 9.1.0778: filetype: lf config files are not recognized
Commit: https://github.com/vim/vim/commit/0f146b7925178a5bdfdc8e07642976f0b76d9612
Author: Andis Spri??is <spr.andis@protonmail.com>
Date: Sun Oct 13 19:29:56 2024 +0200
patch 9.1.0778: filetype: lf config files are not recognized
Problem: filetype: lf config files are not recognized
Solution: detect lfrc files as lf filetype, include a syntax
script for lf files (Andis Spri??is).
References:
- https://github.com/gokcehan/lf
closes: #15859
Signed-off-by: Andis Spri??is <spr.andis@protonmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 13 Oct 2024 19:45:03 +0200 |
parents | b1c002db9d94 |
children | c2aa2c87b703 |
line wrap: on
line diff
--- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -6121,6 +6121,7 @@ b:changelog_name filetype.txt /*b:change b:clojure_syntax_keywords syntax.txt /*b:clojure_syntax_keywords* b:clojure_syntax_without_core_keywords syntax.txt /*b:clojure_syntax_without_core_keywords* b:current_syntax-variable syntax.txt /*b:current_syntax-variable* +b:lf_shell_syntax syntax.txt /*b:lf_shell_syntax* b:netrw_lastfile pi_netrw.txt /*b:netrw_lastfile* b:rust_cargo_avoid_whole_workspace ft_rust.txt /*b:rust_cargo_avoid_whole_workspace* b:rust_cargo_check_all_features ft_rust.txt /*b:rust_cargo_check_all_features* @@ -7331,6 +7332,7 @@ ft-json-syntax syntax.txt /*ft-json-synt ft-ksh-syntax syntax.txt /*ft-ksh-syntax* ft-lace-syntax syntax.txt /*ft-lace-syntax* ft-lex-syntax syntax.txt /*ft-lex-syntax* +ft-lf-syntax syntax.txt /*ft-lf-syntax* ft-lifelines-syntax syntax.txt /*ft-lifelines-syntax* ft-lisp-syntax syntax.txt /*ft-lisp-syntax* ft-lite-syntax syntax.txt /*ft-lite-syntax* @@ -7581,6 +7583,7 @@ g:html_use_encoding syntax.txt /*g:html_ g:html_use_input_for_pc syntax.txt /*g:html_use_input_for_pc* g:html_use_xhtml syntax.txt /*g:html_use_xhtml* g:html_whole_filler syntax.txt /*g:html_whole_filler* +g:lf_shell_syntax syntax.txt /*g:lf_shell_syntax* g:markdown_fenced_languages syntax.txt /*g:markdown_fenced_languages* g:markdown_minlines syntax.txt /*g:markdown_minlines* g:markdown_syntax_conceal syntax.txt /*g:markdown_syntax_conceal* @@ -8556,6 +8559,7 @@ len() builtin.txt /*len()* less various.txt /*less* letter print.txt /*letter* lex.vim syntax.txt /*lex.vim* +lf.vim syntax.txt /*lf.vim* lhaskell.vim syntax.txt /*lhaskell.vim* libcall() builtin.txt /*libcall()* libcallnr() builtin.txt /*libcallnr()*