Files
linguist/vendor/grammars/Sublime-Inform/Inform7/part.sublime-snippet
2016-02-29 07:54:29 -07:00

7 lines
138 B
XML

<snippet>
<content><![CDATA[Part $1 - ${2:Title}
]]></content>
<tabTrigger>part</tabTrigger>
<scope>source.Inform7</scope>
</snippet>