summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/lf.vim
AgeCommit message (Collapse)AuthorFiles
2026-02-06vim-patch:56d470a: runtime(lf): update syntax to support lf version r41 (#37750)zeertzjq1
Also, mark @CatsDeservePets as maintainer. closes: vim/vim#18640 https://github.com/vim/vim/commit/56d470a00863234f455fbfba6a96de4f49fe33aa Co-authored-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com>
2026-01-02vim-patch:62d8f3d: runtime: Revert several "mark invalid contact addresses" ↵zeertzjq1
commits (#37192) This reverts commits: - 6b652a785033fd4164e049492a7327c1ed7c3e5f - 2f689d5abde0ccddca9e20d8c93a0299bd054e32 - a025a46d4169587145fb54f04af349cd05cb6122 Several email addresses that are known to be valid caused bounces due to an issue with my email setup. The previous commits incorrectly marked these addresses as invalid. So revert the whole thing again. https://github.com/vim/vim/commit/62d8f3dab5a0b30c31a8df86a973c5e59821a3f0 N/A patch: vim-patch:2f689d5: runtime: mark more invalid email addresses Co-authored-by: Christian Brabandt <cb@256bit.org>
2026-01-01vim-patch:partial:2f689d5: runtime: mark more invalid email addresseszeertzjq1
https://github.com/vim/vim/commit/2f689d5abde0ccddca9e20d8c93a0299bd054e32 Skip colors/ and syntax/help_ru.vim: missing previous changes. Co-authored-by: Christian Brabandt <cb@256bit.org>
2025-12-02vim-patch:cce452f: runtime(lf): update syntax to support lf version r39 (#36790)zeertzjq1
closes: vim/vim#18846 https://github.com/vim/vim/commit/cce452f52d6b52b1f1b630206ba3b54a12465152 Co-authored-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com>
2025-09-21vim-patch:841becd: runtime(lf): update syntax to support lf version r38 (#35852)zeertzjq1
Adds the lf release 38 specific syntax highlighting changes. From the PR andis-sprinkis/lf-vim#24 by @CatsDeservePets closes: vim/vim#18342 https://github.com/vim/vim/commit/841becdc2d4677d705fcb00442d04200b218e482 Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
2025-08-27vim-patch:3571388: runtime(lf): update syntax to support lf version r37 (#35503)zeertzjq1
Adds the lf release 37 specific syntax highlighting changes. From the PR andis-sprinkis/lf-vim#23 by @CatsDeservePets closes: vim/vim#18115 https://github.com/vim/vim/commit/3571388ded6fc4e849e7ded3a4e6594d7bb8efaf Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
2025-07-19vim-patch:a2fff3f: runtime(lf): update syntax to support lf version r36Christian Clason1
Adds the lf release 36 specific syntax highlighting changes. related: andis-sprinkis/lf-vim#22 by @CatsDeservePets closes: vim/vim#17792 https://github.com/vim/vim/commit/a2fff3fb94d11b916ea177ba0e6ef0cceab55ff9 Co-authored-by: Andis Spriņķis <andis@sprinkis.com> Co-authored-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com>
2025-05-10vim-patch:6b7637e: runtime(lf): use syn iskeyword in syntax scriptChristian Clason1
Sets 'syn iskeyword' in syntax/lf.vim to fix the missing lf keyword highlighting in lines like 'map e :open; open' (first 'open' not highlighted). applies PR andis-sprinkis/lf-vim#21 by @joelim-work closes: andis-sprinkis/lf-vim#14 https://github.com/vim/vim/commit/6b7637e6bb3c231b8198e3eb9a3f7f558eb67188 Co-authored-by: Andis Spriņķis <andis@sprinkis.com> Co-authored-by: Joe Lim <50560759+joelim-work@users.noreply.github.com>
2025-04-09vim-patch:7517a8c: runtime(lf): improve syntax script, add filetype pluginChristian Clason1
- Greatly improve detection and highlighting of command/shell regions, input-device key labels, escape sequences (@joelim-work) - Add ftplugin for formatoptions, toggling comment areas (@andis-sprinkis) - Add a few missing lf option keywords, rm. old non-working code, misc. formatting (@andis-sprinkis) closes: vim/vim#17078 https://github.com/vim/vim/commit/7517a8cadfd0e70d0422955cbad4767f6a40f29d Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
2025-03-29vim-patch:0dc9a0b: runtime(lf): add lf r34 keywords to syntax scriptChristian Clason1
closes: vim/vim#17002 https://github.com/vim/vim/commit/0dc9a0bc60d469f52db064fc88ed9d8938fb5cc3 Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
2024-10-14vim-patch:9.1.0778: filetype: lf config files are not recognizedChristian Clason1
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: vim/vim#15859 https://github.com/vim/vim/commit/0f146b7925178a5bdfdc8e07642976f0b76d9612 Co-authored-by: Andis Spriņķis <spr.andis@protonmail.com>