mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-27 21:39:38 +02:00
8 lines
193 B
XML
8 lines
193 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
let inline ${1:variable} = ${2:value};
|
|
]]></content>
|
|
<tabTrigger>letinline</tabTrigger>
|
|
<description>Lazy variable declaration</description>
|
|
</snippet>
|