thatsIch/sublime-rainmeter

View on GitHub
Snippets/ping.sublime-snippet

Summary

Maintainability
Test Coverage
<snippet>
    <content><![CDATA[
[Measure${1:Ping}]
    Measure=Plugin
    Plugin=PingPlugin
    DestAddress=${2:www.google.com}
    Timeout=${8:30000}
    TimeoutValue=${9:30000}
    $0]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>tping</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.rainmeter</scope>
    <description>Ping Plugin</description>
</snippet>