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

8 lines
179 B
XML

<snippet>
<content><![CDATA[
${1:DoorName} is a door. $1 is ${2:Direction} from ${3:Room}.
]]></content>
<tabTrigger>door</tabTrigger>
<scope>source.Inform7</scope>
</snippet>