- add css images level 3
- add filter to animatable props, more animation-related rules to test
- add shapes animatable values
- fix lost block keyword
- add css inline layout level 3 fixes #34
- remove unneeded keyframes wrapper
- get rid of patterns dir
- move to multiline regexes, highlight prefixes in pseudo-elements, fixes #32
- add highlight for -o-min-device-pixel-ratio, fix font shorthand regex
- Update README.md
- Merge pull request #33 from waffle-iron/master
- add waffle.io badge
- add css3-fonts and unicode-range highlight
- add webkit input pseudoclass and fill color
- fix package.json
- add highlight for dialog backdrop pseudo-element
- fix nested parentheses inside calc
- fix custom-media regex
- add custom media queries highlight, add tests for media queries level 4 draft
- add highlight for css grid layout
- add css masking highlighting, fixes #6
- remove after/before images
- add pixel-ratio mq, sort props, cleaning
- use single prefix regex for props and values
- add compositing and blending level 1
- add currentColor keyword
- add new custom properties syntax support, deprecate previous syntax
- add new shapes keyword to readme, group and sort similar groups in readme
- add highlight for css shapes level 1
- fix border,column,flex highlight bugs
- fix media,keyframes @-rules newline opening bracket highlight
- highlight calc math operators as punctuation
- fix media,font-face,keyframes highlight: @-rules dont have to start on new line
- fix animatable properties highlight
- add animatable properties
- add transform-origin-x/-y
- add animation, timing-functions
- Add overflow-wrap, -webkit-line-clamp
- fix easing props, editorconfig for css test file
- Add ease property, old IE filters: Blur,dropshadow,Shadow
- Update README.md
- Add travis badge
- Add simple xml validation on travis-ci
- Split tmLanguage into small cute xml files
- Reorder repository dict
- Return correct indentation for rule-list, property-values
- Add editorconfig
- Add will-change
- Add missing pseudo classes from selectors 3 and 4 levels
- Add cover, contain, local prop values
- Fix highlight for var notation fallback
- Calc with support for css variables
- Add syntax for css3 cascading variables
- Add template tag
- Add rare and old properties
- Add CSS radial gradient extent-keywords
- Add new units, calc function
- Add new html tags
- Reorder flexbox test
- Add all property; unset & initial values
- Add IE pseudo-elements
- Add moz-osx-font-smoothing
- Add ie10 reset btn selector
- Flexbox legacy craziness, proper property-value-vendors, test file cleanup
- Add -webkit-image-set
- More test code
- Fix transform, transition, perspective regexps
- Clean test css, add transform, perspective, transition tests
- Add keyframes base support, fix installation note
- Major cleanup, corrected prefixes scope, rename syntax file into css3, easier installation
- Multiline pattern, new props
- Split pattern into multiple lines, add new properties
- Add after/before imgs
- initial commit