Skip to content

Commit

Permalink
removes new line in var cfscript completion
Browse files Browse the repository at this point in the history
  • Loading branch information
atomi committed Oct 21, 2012
1 parent 68de67b commit 20e6a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CFScript.sublime-completions
Expand Up @@ -4,7 +4,7 @@
[

// misc completions
{ "trigger": "var", "contents": "var $1 = $2\n"},
{ "trigger": "var", "contents": "var $1 = $2"},

{ "trigger": "true", "contents": "true"},
{ "trigger": "false", "contents": "false"},
Expand Down

0 comments on commit 20e6a05

Please sign in to comment.