mirror of
https://github.com/exoticorn/microw8.git
synced 2026-01-20 19:26:43 +01:00
more Sublime Text fetures
This commit is contained in:
11
syntax/SublimeText/data-block.sublime-snippet
Normal file
11
syntax/SublimeText/data-block.sublime-snippet
Normal file
@@ -0,0 +1,11 @@
|
||||
<snippet>
|
||||
<content><![CDATA[
|
||||
data ${1:address} {
|
||||
${2:type}(
|
||||
${3:values}
|
||||
)
|
||||
}
|
||||
]]></content>
|
||||
<tabTrigger>datatype</tabTrigger>
|
||||
<description>Data block definition</description>
|
||||
</snippet>
|
||||
Reference in New Issue
Block a user