File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ nsis/lang/russian.nsi @RestorerZ
1313runtime /autoload /freebasic.vim @ dkearns
1414runtime /autoload /hare.vim @ selenebun
1515runtime /autoload /hcl.vim @ gpanders
16+ runtime /autoload /javascriptcomplete.vim @ jsit
1617runtime /autoload /modula2.vim @ dkearns
1718runtime /autoload /rubycomplete.vim @ segfault @ dkearns
1819runtime /autoload /rust.vim @ lilyball
@@ -463,6 +464,7 @@ runtime/syntax/chuck.vim @andreacfromtheapp
463464runtime /syntax /clojure.vim @ axvr
464465runtime /syntax /codeowners.vim @ jparise
465466runtime /syntax /cs.vim @ nickspoons
467+ runtime /syntax /css.vim @ jsit
466468runtime /syntax /csv.vim @ habamax
467469runtime /syntax /cucumber.vim @ tpope
468470runtime /syntax /d.vim @ JesseKPhillips
Original file line number Diff line number Diff line change 88" URL: https://github.com/vim-language-dept/css-syntax.vim
99" Maintainer: Jay Sitter <[email protected] >1010" Last Change: 2024 Mar 2
11+ " 2025 Nov 11: improve support for cssBoxProperties #18717
1112
1213" quit when a syntax file was already loaded
1314if ! exists (" main_syntax" )
@@ -197,7 +198,7 @@ syn keyword cssBorderAttr contained clone slice
197198
198199syn match cssBoxProp contained " \< padding\( -\( top\| right\| bottom\| left\)\)\=\> "
199200syn match cssBoxProp contained " \< margin\( -\( top\| right\| bottom\| left\)\)\=\> "
200- syn match cssBoxProp contained " \<\( margin\| padding\)\( -\( inline\| block\)\( -\( start\| end\)\)\)\=\> "
201+ syn match cssBoxProp contained " \<\( margin\| padding\)\( -\( inline\| block\)\( -\( start\| end\)\)\=\ )\=\> "
201202syn match cssBoxProp contained " \< overflow\( -\( x\| y\| style\)\)\=\> "
202203syn match cssBoxProp contained " \< rotation\( -point\)\=\> "
203204syn keyword cssBoxAttr contained visible hidden scroll auto
Original file line number Diff line number Diff line change 1+ >d+0#af5f00255#ffffff0|i|v| +0#0000000&|{+0#00e0e07&| +0#0000000&@69
2+ @2|m+0#00e0003&|a|r|g|i|n|-|b|l|o|c|k|:+0#0000000&| |1+0#e000002&|p|x|;+0#0000000&| @54
3+ @2|m+0#00e0003&|a|r|g|i|n|-|b|l|o|c|k|-|s|t|a|r|t|:+0#0000000&| |1+0#e000002&|p|x|;+0#0000000&| @48
4+ @2|m+0#00e0003&|a|r|g|i|n|-|b|l|o|c|k|-|e|n|d|:+0#0000000&| |1+0#e000002&|p|x|;+0#0000000&| @50
5+ |}+0#00e0e07&| +0#0000000&@73
6+ |~+0#4040ff13&| @73
7+ |~| @73
8+ |~| @73
9+ |~| @73
10+ |~| @73
11+ |~| @73
12+ |~| @73
13+ |~| @73
14+ |~| @73
15+ |~| @73
16+ |~| @73
17+ |~| @73
18+ |~| @73
19+ |~| @73
20+ | +0#0000000&@56|1|,|1| @10|A|l@1|
Original file line number Diff line number Diff line change 1+ div {
2+ margin-block : 1px ;
3+ margin-block-start : 1px ;
4+ margin-block-end : 1px ;
5+ }
You can’t perform that action at this time.
0 commit comments