Commit graph

40 commits

Author SHA1 Message Date
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
David Storey ddc8a92b6d Add @viewport (inc -o-/-ms-) to syntax highlighter
Changes:
* support @viewport at-rules
* add min/max/user-zoom to property list
* add portrait and landscape to property value list

Currently I’m just using the property list for valid descriptors within the viewport at-rule, as that is what the file is also doing for font-face at-rule. Ideally they'd be split out to only accept the valid descriptors in the future.
2015-12-16 01:30:12 -08:00
David Storey ba296d55c7 Update list of valid CSS values for syntax highlighting 2015-12-15 18:20:59 -08:00
David Storey d98484b5a2 Add css properties to css.plist 2015-12-10 00:13:30 -08:00
David Storey 74f61ad20a Add fullscreen API pseudos 2015-12-08 18:48:23 -08:00
David Storey 603ed8786a Update Input Pseudo-classes 2015-12-08 18:38:46 -08:00
David Storey 0c2649e8fc Add placeholder pseudo element 2015-12-08 18:33:34 -08:00
David Storey fe09ff773c Add missing CSS units from css.plist 2015-12-08 18:24:18 -08:00
David Storey d3547c844e Add speech media type 2015-12-08 18:10:09 -08:00
David Storey 20c6ef3198 Update comments about colours in plist to be closer to truth 2015-12-08 18:08:23 -08:00
David Storey 2a6f37e439 Update based on CSS Cascade and Inheritance spec
* add unset and initial to css.plist (still need to find where to add
these to IntelliSense)
* add all property to Intellisense
2015-11-24 18:16:27 -08:00
David Storey bc0039ab64 Add <picture> element to auto-complete and syntax highlight 2015-11-24 17:53:47 -08:00
David Storey a598c93bc5 Add rebeccapurple as valid colour in syntax highlight
…this section needs generally updated as it makes the standard colour
named non-standard.
2015-11-24 15:30:31 -08:00
David Storey 5e65254d14 Add CSS MQ L4 Interaction media features to syntax highlight
These are now well supported. Not included the others until I research
how well they’re supported.
2015-11-24 15:13:26 -08:00
David Storey 1a98e23a63 Remove <eventsource> (Server-Sent Events) from syntax highlight
The element is no longer part of the API. It is no fully JavaScript
based.
2015-11-22 13:08:00 -08:00
David Storey 933a511d78 Add missing HTML5.1 elements to CSS syntax highlight and Intellisense
* svg
* menuitem (already in IntelliSense)
2015-11-22 13:06:31 -08:00
David Storey b1e6e55f82 Add missing HTML5 elements to CSS syntax highlighting
* bdo
* data
* embed
* main
* rb, rp, rt, rtc, ruby
* s
* source
* template
* track
* u
* wbr
2015-11-22 12:45:27 -08:00
David Storey 71ff1b47c9 Remove obsolete HTML elements from CSS syntax highlight
* acronym
* big
* strike
* tt
* frame
* frameset
* noframes
2015-11-22 12:17:35 -08:00
Erich Gamma 8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00