mirror of
https://github.com/exoticorn/microw8.git
synced 2026-06-27 21:39:38 +02:00
more Sublime Text fetures
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
let inline ${1:variable} = ${2:value};
|
||||
]]></content>
|
||||
<tabTrigger>letinline</tabTrigger>
|
||||
<description>Lazy variable declaration</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user