Zet-Web / zen-coding

Automatically exported from code.google.com/p/zen-coding
0 stars 0 forks source link

Attributes don't work in TextMate #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Type "a x=y" into textmate
2. Hit command E
3. Output is "a x=<y></y>"

What is the expected output? What do you see instead?
Expected output is <a x="y"></a>

What version of the product are you using? On what operating system?
Zen Coding for TextMate v0.3.1.zip  

Please provide any additional information below.
Thanks for this awesome tool!

Original issue reported on code.google.com by umb...@gmail.com on 8 Nov 2009 at 3:10

GoogleCodeExporter commented 9 years ago
They shouldn't work: it doesn't look like CSS specs, and it also introduces 
many problems in parsing and writing 
code

Original comment by serge....@gmail.com on 9 Nov 2009 at 10:07