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

7 lines
144 B
XML

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