Commit graph

68 commits

Author SHA1 Message Date
Alex Ross ae23e73ba0
Update CSS grammar (#193333) 2023-09-18 11:46:17 +02:00
Andrea Mah 6bc77ae5af
Pull new CSS grammar for colors, lengths, etc. (#187013)
Fixes #187012
2023-07-05 08:53:57 -07:00
Alex Ross a68448fcb4
Update grammars (#181143) 2023-04-28 17:43:01 +02:00
Alex Ross 166b8e2d90
Update grammars (#172807) 2023-01-30 06:27:20 -08:00
Alex Ross 9bcc577478
Point to new microsoft/vscode-css repo (#171252)
Part of #169873
2023-01-13 14:33:39 +01:00
Alex Ross e08e3ff8b9
Update css grammar (#150724) 2022-05-30 17:42:17 +02:00
Alex Ross 9efc116de0
Update grammars 2021-11-02 15:32:34 +01:00
Alex Ross 8aea156be8
Update css grammar 2021-07-20 09:52:12 +02:00
Alex Ross bc405e936f
Try new CSS grammar
Fixes #115480
2021-03-11 16:09:05 +01:00
Alex Ross 3f1f36333d Update grammars 2019-11-04 14:11:36 +01:00
Alex Ross 96410ff870 Update grammars 2019-06-03 12:01:42 +02:00
Pine Wu 4833debfe0 Update css grammar. Fix #66775 2019-01-30 14:27:40 -08:00
Pine Wu 73461169ab CSS highlight for font-family 'cursive' and 'fantasy' 2018-10-15 15:08:32 -07:00
Pine Wu 67649d3923 Update to latest css grammar for #57407 2018-09-19 11:58:53 -07:00
Pine Wu d8c62854dd Pull latest grammar and fix #55644 2018-08-29 15:28:22 -07:00
Pine Wu 53b5645dc2 Pull latest css grammar 2018-07-30 16:28:14 -07:00
Pine Wu fec5cf6f43 Update css grammar for #53606 and #53797 2018-07-15 07:24:19 +08:00
Pine Wu e62554e4b1 [css] Update grammar from octref/language-css 2018-06-25 17:26:32 -07:00
Martin Aeschlimann 772aaf777a update grammars 2018-06-11 13:03:28 +02:00
Martin Aeschlimann 8fdf170a08 update grammar script: remove unused properties 2018-02-12 16:54:46 +01:00
Martin Aeschlimann 8f24fa4b4e [css] update grammar 2018-02-07 22:51:42 +01:00
Martin Aeschlimann 4e0cf5806c [css] update grammar 2017-12-20 17:30:56 +01:00
Martin Aeschlimann 6f6a74fea3 [css] update grammar 2017-10-24 11:05:54 +02:00
Martin Aeschlimann 88632ed632 [css] update grammar 2017-09-25 15:25:05 +02:00
Martin Aeschlimann b99929a655 [css] update grammar 2017-09-08 10:47:06 +02:00
Martin Aeschlimann 95a14bbc22 [css] update grammar 2017-08-15 15:29:56 +02:00
Martin Aeschlimann 7790c4a753 update grammars 2017-07-18 10:09:48 +08:00
Martin Aeschlimann f9084bb244 Add information_for_contributors to grammars 2017-05-26 09:27:51 +02:00
Martin Aeschlimann 3785324cc1 [css] update grammar 2017-05-26 09:27:50 +02:00
Martin Aeschlimann beee645a29 [css] update grammar 2017-05-18 10:06:02 +02:00
Martin Aeschlimann 60bbe61489 [css] change grammar to atom/language-css 2017-01-31 17:10:28 +01:00
Joao Moreno 1053286c9b Revert "add linear css keyword"
This reverts commit cc40e98e54.
2016-09-06 10:21:09 +02:00
Joao Moreno cc40e98e54 add linear css keyword 2016-09-05 15:08:11 +02:00
Sandeep Somavarapu a33376a0a8 #3077 update variable rule in text mate 2016-05-20 18:26:35 +02:00
Sandeep Somavarapu 3893918988 #3077 update css textmate grammar 2016-05-20 10:53:26 +02:00
David Storey 04cee66ced Add missing Counter Styles decriptors to syntax highlight 2016-01-11 01:36:59 -08:00
David Storey 331a9538f7 add missing unicode-range to syntax highlight 2016-01-10 20:16:37 -08:00
David Storey dab9105245 Synrax highlight prefixes at start of properties
Fixes #1655
2015-12-26 18:01:10 -08:00
David Storey 4066f817de Add drop-shadow function to sntax highlight 2015-12-26 14:13:27 -08:00
David Storey 0df987b36c Add CSS functions that accept <number> or <percentage> to syntax highlight 2015-12-26 14:03:53 -08:00
David Storey b2a919b091 Add functions that only accept <angle>s to syntax highlight 2015-12-26 13:24:52 -08:00
David Storey f6bcb69f9d Add functions that accept <length> values to syntax highlight 2015-12-26 12:25:33 -08:00
David Storey 1aba1bb096 Add functions to CSS syntax highlight that accept only <number>s
cubic-bezier, matrix, matrix3d, scale, scale3d, scaleX, scaleY, scaleZ.
2015-12-26 10:40:35 -08:00
David Storey f7fe750cde Correct naming of extended color keywords in syntax highlight
Use support.constant.color.w3c-extended-color-name.css to match the spec name and the name Atom updated to. Current name used here and by TextMate is incorrect. (they're not invalid)
2015-12-25 19:29:23 -08:00
David Storey d405000381 Add :scope pseudo-class to syntax highlight 2015-12-25 18:53:01 -08:00
David Storey 4ca12da5ad Add any-link pseudo-class to syntax highlight 2015-12-25 18:42:01 -08:00
David Storey 1312bfa690 Add fr unit from CSS grid to syntax highlight 2015-12-25 18:14:00 -08:00
David Storey ab6844b704 Add missing image-rendering property to syntax highlight 2015-12-25 17:58:05 -08:00
David Storey f84019ce42 Add touch-action (and standard values) to syntax highlight 2015-12-25 17:28:32 -08:00
David Storey 802036ff0e Add MQL4 Interaction media feature values to syntax highlighter
I previously added the media features, but the values were missing too.
2015-12-16 01:37:23 -08:00