How to make a Sublime Text snippet work with Emmet installed
问题 I am trying to make a snippet in Sublime Text 3 that only applies to CSS files. This is the snippet I have: <snippet> <content><![CDATA[/* Theme Name: ${1:Theme name here and so on...} Theme URI: Author: Author URI: Description: Version: 1.0.0 License: License URI: Text Domain: Tags: */]]></content> <tabTrigger>xyz</tabTrigger> <scope>source.css</scope> </snippet> The problem is if I open a CSS file, type xyz and hit tab all I will get is xyz: ; . So it seems as if Sublime Text has already