At the top of a new file test.html, enter xml then press CTRL-, and everything works
At the top of another new file test.xml, do the same thing and instead we get:
<xml>
|
</xml>
I fixed this by adding an 'xml' section to Support/Library/zencoding/zen_settings.py:
add a user snippet for
At the top of a new file
test.html
, enterxml
then press CTRL-, and everything works At the top of another new filetest.xml
, do the same thing and instead we get:I fixed this by adding an 'xml' section to
Support/Library/zencoding/zen_settings.py
:After which both the 'xml' abbreviation added, and any other user snippets will now expand properly in an xml file.