mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
8 lines
179 B
XML
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>
|