thatsIch/sublime-rainmeter

View on GitHub
Snippets/netin.sublime-snippet

Summary

Maintainability
Test Coverage
<snippet>
    <content><![CDATA[
[Measure${1:NetIn}]
    Measure=NetIn
    NetInSpeed=${2:0}
    Cumulative=${3:0}
    $0]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>tnetin</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.rainmeter</scope>
    <description>NetIn Measure</description>
</snippet>