mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 11:16:42 +01:00
12 lines
212 B
XML
12 lines
212 B
XML
<snippet>
|
|
<content><![CDATA[
|
|
data ${1:address} {
|
|
${2:type}(
|
|
${3:values}
|
|
)
|
|
}
|
|
]]></content>
|
|
<tabTrigger>datatype</tabTrigger>
|
|
<description>Data block definition</description>
|
|
</snippet>
|