zeertzjq
|
6014174b71
|
vim-patch:3571388: runtime(lf): update syntax to support lf version r37 (#35503)
Adds the lf release 37 specific syntax highlighting changes.
From the PR andis-sprinkis/lf-vim#23 by @CatsDeservePets
closes: vim/vim#18115
3571388ded
Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
|
2025-08-27 12:23:17 +08:00 |
|
Christian Clason
|
b21c357b9c
|
vim-patch:a2fff3f: runtime(lf): update syntax to support lf version r36
Adds the lf release 36 specific syntax highlighting changes.
related: andis-sprinkis/lf-vim#22 by @CatsDeservePets
closes: vim/vim#17792
a2fff3fb94
Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
Co-authored-by: CatsDeservePets <145048791+CatsDeservePets@users.noreply.github.com>
|
2025-07-19 11:19:40 +02:00 |
|
Christian Clason
|
44a6e5ea99
|
vim-patch:6b7637e: runtime(lf): use syn iskeyword in syntax script
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
6b7637e6bb
Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
Co-authored-by: Joe Lim <50560759+joelim-work@users.noreply.github.com>
|
2025-05-10 15:16:19 +02:00 |
|
Christian Clason
|
ff2cbe8fac
|
vim-patch:7517a8c: runtime(lf): improve syntax script, add filetype plugin
- 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
7517a8cadf
Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
|
2025-04-09 10:14:27 +02:00 |
|
Christian Clason
|
ab00aec67b
|
vim-patch:0dc9a0b: runtime(lf): add lf r34 keywords to syntax script
closes: vim/vim#17002
0dc9a0bc60
Co-authored-by: Andis Spriņķis <andis@sprinkis.com>
|
2025-03-29 14:29:26 +01:00 |
|
Christian Clason
|
15aa27bc1f
|
vim-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: vim/vim#15859
0f146b7925
Co-authored-by: Andis Spriņķis <spr.andis@protonmail.com>
|
2024-10-14 08:27:37 +02:00 |
|