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

9 lines
219 B
XML

<snippet>
<content><![CDATA[
$1 is a portable thing in ${2:Room} ${3:ShortDescription}
The description of $1 is ${4:Description}
]]></content>
<tabTrigger>object</tabTrigger>
<scope>source.Inform7</scope>
</snippet>