summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/shared
AgeCommit message (Collapse)AuthorFiles
2026-04-21vim-patch:1c88aee: runtime: Remove wrong syn oneline keyword from a few ↵zeertzjq1
syntax files (#39266) Also: - drop a few trailing whitespaces - mark the oneline keyword for :syn keyword as error in the Vim syntax script, add tests for it. closes: vim/vim#20018 https://github.com/vim/vim/commit/1c88aee1fa720aea07e133f32645914dcddd3435 Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com>
2026-01-22vim-patch:81f1c5d: runtime(debcontrol): improve Debian syntax fileszeertzjq1
Changes to debcontrol: - Only use debcontrolEmail for Maintainer/Uploaders - Add Build-Driver to debcontrolField - Add Protected to debcontrolStrictField - Remove Uploaders from the more generic region - Add explicit support for highlighting build profiles - Add explicit support for highlighting architecture specifications - Fix URL for sections.822 Changes to debversions: - Move plucky to unsupported closes: vim/vim#19228 https://github.com/vim/vim/commit/81f1c5d3846c04bfb77165639c7dfef9f7304815 Co-authored-by: James McCoy <jamessan@debian.org>
2025-10-27vim-patch:d535e58: runtime(debversions): Add resolute (26.04) as Ubuntu ↵zeertzjq1
release name (#36345) closes: vim/vim#18637 https://github.com/vim/vim/commit/d535e5852b931e607a40217f3bb5b08b781d0c8a Co-authored-by: James McCoy <jamessan@jamessan.com>
2025-08-29vim-patch:b760062: runtime(debversions): Move bullseye, focal, and oracular ↵zeertzjq1
to "unsupported" (#35531) These versions have exited their standard support term as of - bullseye: 2024-08-14 - focal: 2025-05 - oracular: 2025-07-10 closes: vim/vim#18134 https://github.com/vim/vim/commit/b760062897d6aed4ff9f148a332e36a5bf5ee6f5 Co-authored-by: James McCoy <jamessan@jamessan.com>
2025-08-17vim-patch:3cee950: runtime(diff): fix mixed translations in zh_CN (#35362)zeertzjq1
some translations confused zh_CN and zh_TW https://github.com/vim/vim/commit/3cee950fc9f8cdcfe3f168fe83072b2a9eb15d47 Co-authored-by: 毛逸宁 <mao.yining@outlook.com>
2025-08-08vim-patch:66d8d28: runtime(typescript): Add syntax support for defer and ↵Christian Clason1
arbitrary module identifiers closes: vim/vim#17911 https://github.com/vim/vim/commit/66d8d286cdc38838bd74a6c3014dccda33c64330 Co-authored-by: rhysd <lin90162@yahoo.co.jp>
2025-07-07vim-patch:48c823c: runtime(debcontrol): move kernel/architecture definitions ↵Christian Clason1
to shared/debarchitectures.vim related: vim/vim#17679 https://github.com/vim/vim/commit/48c823ca01c93141a934e230cd425bc74ebfaf45 Co-authored-by: James McCoy <jamessan@jamessan.com>
2025-04-26vim-patch:35cfc3d: runtime(debversions): Add questing (25.10) as Ubuntu ↵Christian Clason1
release name closes: vim/vim#17201 https://github.com/vim/vim/commit/35cfc3d3c449eaee97ba2c32cca76134136de5ec Co-authored-by: James McCoy <jamessan@jamessan.com>
2025-03-31vim-patch:649a237: runtime(debversions): Add release name for Debian 15 - ↵zeertzjq1
duke (#33207) https://lists.debian.org/debian-devel-announce/2025/01/msg00004.html closes: vim/vim#17010 https://github.com/vim/vim/commit/649a237bc886a2b702e95d5d45f661d8db6025f8 Co-authored-by: James McCoy <jamessan@jamessan.com>
2024-11-05vim-patch:9dadfe7: runtime(debversions): Update Debian versionsChristian Clason1
- Move mantic to unsupported - Reorder names to maintain alphabetic order - Bump date to submit upstream closes: vim/vim#15991 https://github.com/vim/vim/commit/9dadfe7a5205180941dbce3648a00422d32bb63d Co-authored-by: James McCoy <jamessan@jamessan.com>
2024-10-31vim-patch:6be21b9: runtime(debversions): Add plucky (25.04) as Ubuntu ↵Christian Clason1
release name closes: vim/vim#15882 https://github.com/vim/vim/commit/6be21b937db1c088c4d191e4569989eb078adb45 Co-authored-by: Simon Quigley <tsimonq2@ubuntu.com>
2024-05-25vim-patch:0076ddc: runtime(debian): update Debian runtime files (vim/vim#14849)Christian Clason1
* Add space in template for 'commentstring' * Add 'comments' and 'commentstring' support to debcontrol * debversions: Move Ubuntu releases outside of standard support to unsupported Although trust, xenial, and bionic are not EOL yet, their standard support period has ended. Reported-by: Riley Bruins <ribru17@gmail.com> https://github.com/vim/vim/commit/0076ddc07dc1d97afcf3252fd361885abbaf23d5 Co-authored-by: James McCoy <jamessan@debian.org> Co-authored-by: Riley Bruins <ribru17@gmail.com>
2024-05-25vim-patch:5e45715: runtime(typescript): update outdated syntax filesChristian Clason1
fixes: vim/vim#14721 fixes: HerringtonDarkholme/yats.vim#277 closes: vim/vim#14840 https://github.com/vim/vim/commit/5e4571508480c8f51748e49fb05c1891db0cb803 Co-authored-by: rhysd <lin90162@yahoo.co.jp>
2024-04-27vim-patch:92917069b1a8Christian Clason1
runtime(debversions): Add oracular (24.10) as Ubuntu release name closes: vim/vim#14645 https://github.com/vim/vim/commit/92917069b1a89e0e6c253a585dfe0a19cc2c0699 Co-authored-by: Simon Quigley <simon@tsimonq2.net>
2024-02-27vim-patch:c7ddc9b73543Christian Clason1
runtime(debian): update Debian syntax files (#14098) * debversions.vim: Move lunar to unsupported release * debsources: Add word boundaries around keyword match patterns https://github.com/vim/vim/commit/c7ddc9b73543d4b3b906b56948dc9a6861150e12 Co-authored-by: James McCoy <jamessan@jamessan.com> Co-authored-by: James Addison <jay@jp-hosting.net>
2023-11-03vim-patch:2b89afd5eb63Christian Clason1
runtime(debversions): Add noble (24.04 LTS) as Ubuntu release name (vim/vim#13472) https://github.com/vim/vim/commit/2b89afd5eb63864154d973e7991a56a53b87a767 Co-authored-by: James McCoy <jamessan@jamessan.com>
2023-10-27vim-patch:7b7cda67a124Christian Clason1
runtime(debian): update debian related runtime files (vim/vim#13423) * Update Debian runtime files Add mantic as a supported Ubuntu release and move buster/kinetic to unsupported. Add syntax highlighting for deb822sources filetype. Add debsources ftplugin to set relevant comment options. Move common version information to shared/debversions.vim Closes vim/vim#11934 * Add myself as codeowner for Debian-related runtime files --------- https://github.com/vim/vim/commit/7b7cda67a1246874520b280277d9b1447e1a7ef5 Co-authored-by: James McCoy <jamessan@jamessan.com> Co-authored-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Co-authored-by: James Addison <jay@jp-hosting.net> Co-authored-by: Viktor Szépe <viktor@szepe.net> Co-authored-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Co-authored-by: James Addison <jay@jp-hosting.net> Co-authored-by: Viktor Szépe <viktor@szepe.net>
2023-08-28vim-patch:535b9e12d02fChristian Clason1
runtime(typescript): Fix highlighting symbols after number literal (vim/vim#12911) fixes vim/vim#12831 https://github.com/vim/vim/commit/535b9e12d02f5fef969fb680d579c586bd5f40db Co-authored-by: Herrington Darkholme <2883231+HerringtonDarkholme@users.noreply.github.com>
2023-08-23vim-patch:e8d6f03f6a61Sean Dewar1
runtime: Remove Brams name from a few more runtime files (vim/vim#12780) syntax/model.vim: minor wording improvement https://github.com/vim/vim/commit/e8d6f03f6a61f60de6893253621d057f63dd6a23 Use the updated "Last Change" date for all. Co-authored-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Adri Verhoef <a3@a3.xs4all.nl>
2023-02-03vim-patch:be4e01637e71 (#22103)Christian Clason1
Update runtime files. https://github.com/vim/vim/commit/be4e01637e71c8d5095c33b9861fd70b41476732 Co-authored-by: Bram Moolenaar <Bram@vim.org>
2023-01-01vim-patch:partial:f1dcd14fc5d4 (#21602)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/f1dcd14fc5d4370476cd82895a4479ca2d252e54 missing autocmd blocks and getscriptinfo() Co-authored-by: Bram Moolenaar <Bram@vim.org>
2022-08-16vim-patch:e1f3fd1d02e3 (#19796)Christian Clason2
Update runtime files https://github.com/vim/vim/commit/e1f3fd1d02e3f5fe6d2b6d82687c6846b8e500f8