Skip to content

Commit

Permalink
Merge pull request #2 from iceflow19/master
Browse files Browse the repository at this point in the history
Fix:  Error trying to parse file: Unexpected character...
  • Loading branch information
Oldes committed Mar 26, 2015
2 parents c2e9a5b + 736dd74 commit 085e0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Red.sublime-completions
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
{"trigger": "compress", "contents": "compress"},
{"trigger": "connected?", "contents": "connected?"},
{"trigger": "construct", "contents": "construct"},
{"trigger": "context", "contents": "context"}
{"trigger": "context", "contents": "context"},
{"trigger": "cosine", "contents": "cosine"},
{"trigger": "create-link", "contents": "create-link"},
{"trigger": "crypt-strength?", "contents": "crypt-strength?"},
Expand Down Expand Up @@ -199,6 +199,6 @@
{"trigger": "words", "contents": "words"},
{"trigger": "write", "contents": "write"},
{"trigger": "write-io", "contents": "write-io"},
{"trigger": "yes", "contents": "yes"},
{"trigger": "yes", "contents": "yes"}
]
}

0 comments on commit 085e0f4

Please sign in to comment.