mirror of
https://github.com/KevinMidboe/Arduino.git
synced 2025-10-29 17:40:11 +00:00
10 lines
194 B
XML
Executable File
10 lines
194 B
XML
Executable File
<snippet>
|
|
<content><![CDATA[void loop() {
|
|
${1:/* code */}
|
|
}
|
|
]]></content>
|
|
<tabTrigger>loop</tabTrigger>
|
|
<scope>source.c++.arduino</scope>
|
|
<description>Arduino loop</description>
|
|
</snippet>
|