thatsIch/sublime-rainmeter

View on GitHub
Snippets/bar.sublime-snippet

Summary

Maintainability
Test Coverage
<snippet>
    <content><![CDATA[
[Meter${1:Bar}]
    Meter=Bar
    MeasureName=$2
    X=${3:0}
    Y=${4:0}
    W=${5:50}
    H=${6:10}
    BarColor=${7:${8:255}, ${9:255}, ${10:255}, ${11:255}}
    BarOrientation=${12:Horizontal}
    $0]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>tbar</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.rainmeter</scope>
    <description>Bar Meter</description>
</snippet>