thatsIch/sublime-rainmeter

View on GitHub
Snippets/quote.sublime-snippet

Summary

Maintainability
Test Coverage
<snippet>
    <content><![CDATA[
[Measure${1:Quote}]
    Measure=Plugin
    Plugin=QuotePlugin
    PathName=${2:path\to\file\or\folder}
    $0]]></content>
    <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
    <tabTrigger>tquote</tabTrigger>
    <!-- Optional: Set a scope to limit where the snippet will trigger -->
    <scope>source.rainmeter</scope>
    <description>Quote Plugin</description>
</snippet>