mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01: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>
|