Skip to content

Commit

Permalink
Create clrBlue.sublime-snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
niquedegraaff committed Apr 12, 2016
1 parent 7d7da29 commit 7ac0a5c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Snippets/Constants/clrBlue.sublime-snippet
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<snippet>
<content><![CDATA[
clrBlue${0}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>clrBlue</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.mq4</scope>
<description>0x0000FF</description>
</snippet>

0 comments on commit 7ac0a5c

Please sign in to comment.