thatsIch/sublime-rainmeter

View on GitHub
Snippets/time.sublime-snippet

Summary

Maintainability
Test Coverage
<snippet>
    <content><![CDATA[
[Measure${1:Time}]
    Measure=Time
    Format=${2:"%H:%M:%S"}
    $0]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>ttime</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.rainmeter</scope>
    <description>Time Measure</description>
</snippet>