Sublime Forum

ZenCoding in other files

#1

Is it possible to use ZenCoding in XSLT or XML files? If yes, what do I need to do to realize this?

0 Likes

#2

I believe it would work if you change the “selector” key (which defines the scope) in the shortcuts in Default.sublime-keymap in zencoding folder

[quote]
<context name=“selector” value=“text.html - source - meta.tag, punctuation.definition.tag.begin, meta.scope.between-tag-pair.html”/>


…[/quote]

0 Likes