0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 05, 2025 — Jan 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the meta.property-value not matching because of moving the : out of it in the last commit More... almost 18 years ago
Forgot to include the actual grammar in the last commit (r9168) :-/ More... almost 18 years ago
Fixed a bunch of weird parsing bugs. Won't break HTML in a <style> tag anymore. Fixed strings. Newlines are allowed only when escaped. "meta.property-list.css" renamed "meta.scope.property-list.css" Thanks Infininight Added support for vendor specific property names. Fixed unnecessary case sensitivity in some places. Added selector namespace support. Recreated attribute selectors. Should now conform to the CSS3 specs. More... almost 18 years ago
Adding CSS files to test against More... almost 18 years ago
Added source.css.selectors and source.css.rules back into the main css language as repository items. If you want to include these in your languages, you must now duplicate the entire repository items into your language and keep them up to date manually. In the future it may be possible to have shared repository items across languages. More... almost 18 years ago
[NEW] CSS Command "Convert px to em" converts all px values to em based on a TM_EMSIZE environment variable or 12 pixels per em by default. You can also overwrite that value by using the format "N / EMSIZE px", EG: 11/16px == 0.6875em. This is very handy for doing all em based CSS layouts. More... almost 18 years ago
Match Selectors even when the CSS file is compressed More... about 18 years ago
Split CSS Syntax into 3 syntaxes: CSS, CSS Rules & CSS Selectors. More... about 18 years ago
New CSS Bundle in Review More... about 18 years ago