Skip to content

Commit

Permalink
Fix "Platform" typo and test snippets description
Browse files Browse the repository at this point in the history
  • Loading branch information
williamd1k0 committed Jun 4, 2016
1 parent 64ffc56 commit 14ae2db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
* Add package keywords;
* Add basic spec;
* Remove duplicates;
* Fix typos;
* Add basic snippets info;

## 1.5.6
* Fix `menu` without name;
Expand Down
5 changes: 3 additions & 2 deletions snippets/language-renpy.cson
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
'Label':
'prefix': 'label'
'body': 'label ${1:labelName}:\n\t${2:}'
'description': 'Create a new label \n- Use the snippet `dochelp` or `helplabel` to see doc info.'
'Pause':
'prefix': 'pause'
'body': 'with Pause($1)\n$2'
Expand Down Expand Up @@ -47,10 +48,10 @@
'[$] Renpy Pause':
'prefix': 'rpause'
'body': '$ renpy.pause($1)\n$2'
'[$] Movie Cutscene (All Plataforms)':
'[$] Movie Cutscene (All Platforms)':
'prefix': 'cutscene'
'body': '$ renpy.movie_cutscene(\'${1:fileName.extension}\')'
'[$] Save Persistent (All Plataforms)':
'[$] Save Persistent (All Platforms)':
'prefix': 'persist'
'body': '$ persistent.${1:valueName} = ${2:#variable}'
'[$] Save MultiPersistent (Only PC)':
Expand Down

0 comments on commit 14ae2db

Please sign in to comment.