Skip to content

Instantly share code, notes, and snippets.

@yvt
Created January 23, 2019 15:05
Show Gist options
  • Save yvt/05fff9d37efd1781971e9faa6e6c2b34 to your computer and use it in GitHub Desktop.
Save yvt/05fff9d37efd1781971e9faa6e6c2b34 to your computer and use it in GitHub Desktop.
Sublime Text snippets for typesetter's quotation marks
<snippet>
<content><![CDATA[
“${1:lorem ipsum}”
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>""</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>text.foremark</scope> -->
</snippet>
<snippet>
<content><![CDATA[
‘${1:lorem ipsum}’
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>''</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>text.foremark</scope> -->
</snippet>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment