Skip to content

Commit f92eb8c

Browse files
committed
Fix color snippet.
1 parent 4c7b23f commit f92eb8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Snippets/color.sublime-snippet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<snippet>
2-
<content><![CDATA[color ${1:c} ${6:= color(${3:value1}, ${4:value2}, ${5:value3})}]]></content>
2+
<content><![CDATA[${1:c} ${6:= color(${3:value1}, ${4:value2}, ${5:value3})}]]></content>
33
<description>color</description>
44
<scope>source.python.pyde</scope>
55
<tabTrigger>color</tabTrigger>

0 commit comments

Comments
 (0)