Grammar update

This commit is contained in:
Arfon Smith
2016-02-29 07:53:48 -07:00
parent f14ae8e51b
commit 8fea8a0b47
21 changed files with 855 additions and 0 deletions

View File

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