We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
color
1 parent 4c7b23f commit f92eb8cCopy full SHA for f92eb8c
Snippets/color.sublime-snippet
@@ -1,5 +1,5 @@
1
<snippet>
2
- <content><![CDATA[color ${1:c} ${6:= color(${3:value1}, ${4:value2}, ${5:value3})}]]></content>
+ <content><![CDATA[${1:c} ${6:= color(${3:value1}, ${4:value2}, ${5:value3})}]]></content>
3
<description>color</description>
4
<scope>source.python.pyde</scope>
5
<tabTrigger>color</tabTrigger>
0 commit comments