textmate / css.tmbundle

TextMate support for CSS
54 stars 36 forks source link

Add CSS3 property names. #11

Closed noniq closed 11 years ago

noniq commented 11 years ago

Taken from SCSS bundle: https://github.com/MarioRicalde/SCSS.tmbundle/blob/ed7b0310682603a856a646a2db2dbcf3787cedb0/Syntaxes/SCSS.tmLanguage#L1570

There is a comment in the SCSS bundle “Reversal order is important; KEEP IT” – so I kept it :-)

However, I removed the …|[0-9]{1,3}\%|… part from the regex, because I think it doesn't belong here (it matches percent values, not property names).

infininight commented 11 years ago

Merged as 3ad7bbed9e3570fd836ab8344734a3e9f0349ce6, thanks!