- Code: Select all
"snippets": {
// custom snippets definitions, as per https://github.com/sergeche/zen-coding/blob/v0.7.1/snippets.json
"html": {
"abbreviations": {
"php": "<?php"
}
}
},
This will do.
If still doesn't play nicely, you can try to disable tab abbreviation completely:
- Code: Select all
"disable_tab_abbreviations": true
(in preferences file) Or bind it to a different shortcut.