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

7 lines
144 B
XML

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