summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/syntax/css.vim
AgeCommit message (Collapse)AuthorFiles
2026-02-13vim-patch:1cf38bf: runtime(css): Add missing numeric units (#37843)zeertzjq1
- Add missing numeric units to css syntax script (baseline 2015, 2020, 2022, 2023, 2026): dvb, dvh, dvi, dvmax, dvmin, dvw ic, lvb, lvh, lvi, lvmax, lvmin, lvw, svb, svh, svi, svmax, svmin, svw, vb, vi, x, cap, lh, rlh, rcap, rch, rex, ric closes: vim/vim#19325 https://github.com/vim/vim/commit/1cf38bfebeeb322a8437a7c1fd12506661bbfa82 Co-authored-by: DuckAfire <155199080+duckafire@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-11-12vim-patch:f85951f: runtime(css): improve cssBoxProp matches (#36528)zeertzjq1
closes: vim/vim#18717 https://github.com/vim/vim/commit/f85951fee0e3ccd48ccfaeec9c09f96e325925d1 Co-authored-by: Neil Lambert <nlambert@pm.me>
2024-03-04vim-patch:e84490311ba3Christian Clason1
runtime(css): update syntax script https://github.com/vim/vim/commit/e84490311ba32cb258cc738bc3caa8b448c84c8b Co-authored-by: Jay Sitter <jay@jaysitter.com>
2023-08-21vim-patch:309ded19543cChristian Clason1
runtime(css): Update pseudo-classes in syntax script (vim/vim#11595) https://github.com/vim/vim/commit/309ded19543c140375b28ef562257e9f22c918c6 Co-authored-by: Adrian Heine né Lang <mail@adrianheine.de>
2021-12-16vim-patch:0e6adf8a29d5 (#16682)Christian Clason1
Update runtime files https://github.com/vim/vim/commit/0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471
2021-10-16vim-patch:2286304cdbbaChristian Clason1
Update runtime files https://github.com/vim/vim/commit/2286304cdbba53ceb52b3ba2ba4a521b0a2f8d0f
2021-05-01vim-patch:4f4d51a942ccJan Edmund Lazo1
Update runtime files. https://github.com/vim/vim/commit/4f4d51a942cc2c6b3e936ee0f93f00c2d000065c Omit "??" operator. Patches v8.2.1794,v8.2.1798 are not ported yet.
2021-04-29vim-patch:e7b1ea0276ccJan Edmund Lazo1
Update runtime files. https://github.com/vim/vim/commit/e7b1ea0276cc83cd5c612f3189a174a60d57b5ed
2019-09-06vim-patch:06fe74aef726Justin M. Keyes1
Runtime files update. https://github.com/vim/vim/commit/06fe74aef72606ac34c9f494186e52614b8fb59a
2018-10-28vim-patch:22f1d0e35eb0Justin M. Keyes1
Updated runtime files. Add Serbian translations and spell checking. https://github.com/vim/vim/commit/22f1d0e35eb0e503c2dc7813a973c7e6ca1b7dde
2017-05-01vim-patch:369b6f57c426Justin M. Keyes1
Update runtime files. https://github.com/vim/vim/commit/369b6f57c426b4bf39b4a0cac8d21ed1b5f7de4d
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
2015-11-08Update runtime/syntax/css.vimMarco Hinz1
This file was missing from the previous runtime update (975a610).
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>