summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/m4.vim
AgeCommit message (Collapse)AuthorFiles
2025-09-16vim-patch:8801c9d: runtime(m4): Improve parameters highlighting in syntax ↵zeertzjq1
script (#35798) closes: vim/vim#18306 https://github.com/vim/vim/commit/8801c9db2e8e5da90b2e52ceacfd726543d12407 Co-authored-by: Damien Lejay <damien@lejay.be>
2025-09-07vim-patch:1ed2ff7: runtime(m4): Remove m4Type and leftover m4Function in ↵zeertzjq1
syntax script closes: vim/vim#18223 https://github.com/vim/vim/commit/1ed2ff77d8e936d67c7e984f32f4ebff590cbfd7 Co-authored-by: Damien Lejay <damien@lejay.be>
2025-09-07vim-patch:efb913a: runtime(m4): Remove m4Functionzeertzjq1
closes: vim/vim#18211 https://github.com/vim/vim/commit/efb913a4f5d2ff07807fd40bda651571174a9589 Co-authored-by: Damien Lejay <damien@lejay.be>
2025-09-06vim-patch:510ca80: runtime(m4): Improve comments, distinguish them from #-lineszeertzjq1
closes: vim/vim#18200 https://github.com/vim/vim/commit/510ca80c58088276d8b1744a729f69d34c550566 Co-authored-by: Damien Lejay <damien@lejay.be>
2025-09-03vim-patch:f165798: runtime(m4): update syntax scriptzeertzjq1
This change does the following to the M4 syntax script: - In M4 there are no "strings" in the usual sense. Instead, M4 has quotes, but the text inside a quoted region is rescanned just like outside, and quotes can be nested. - The old m4String region was misleading and removed. A new m4Quoted region reflects proper quoting semantics. - Removed a duplicate highlight rule. - Fixed a typo in a highlight group name (m4builtin → m4Builtin). - Added a reference link to the POSIX M4 specification. - Removed outdated maintainer URL. closes: vim/vim#18192 https://github.com/vim/vim/commit/f165798184dc03895709704df864bd1e43eaf09f Co-authored-by: Damien Lejay <damien@lejay.be>
2022-06-14vim-patch:6ba83ba9ee29 (#18948)Christian Clason1
Update runtime files. https://github.com/vim/vim/commit/6ba83ba9ee292f68aa0b218b3eef42db31c0b632
2022-06-10vim-patch:partial:63f32603789d (#18916)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/63f32603789d1a27c559fc440325955fd0b8b500 skip translations skip user manual rewrite
2017-04-28vim-patch:f37506f60f87Justin M. Keyes1
Updated runtime files. Remove HiLink commands. https://github.com/vim/vim/commit/f37506f60f87d52a9e8850e30067645e2b13783c
2017-04-28vim-patch:89bcfda6834aJustin M. Keyes1
Updated runtime files. Remove version checks for Vim older than 6.0. https://github.com/vim/vim/commit/89bcfda6834aba724d12554a34b9ed49f5789fd5
2014-07-29re-integrate runtime/ vim-patch:0 #938Justin M. Keyes1
Vim runtime files based on 7.4.384 / hg changeset 7090d7f160f7 Excluding: Amiga icons (*.info, icons/) doc/hangulin.txt tutor/ spell/ lang/ (only used for menu translations) macros/maze/, macros/hanoi/, macros/life/, macros/urm/ These were used to test vi compatibility. termcap "Demonstration of a termcap file (for the Amiga and Archimedes)" Helped-by: Rich Wareham <rjw57@cam.ac.uk> Helped-by: John <john.schmidt.h@gmail.com> Helped-by: Yann <yann@yann-salaun.com> Helped-by: Christophe Badoit <c.badoit@lesiteimmo.com> Helped-by: drasill <github@tof2k.com> Helped-by: Tae Sandoval Murgan <taecilla@gmail.com> Helped-by: Lowe Thiderman <lowe.thiderman@gmail.com>