- Add async and await keywords.
- Update for Ren'Py 7.4.6
- Add support for some Python 3 syntax.
- Update for Ren'Py 7.4.6
- Update for Ren'Py 7.1.4.
- Add support for spell-checking using linter-spell.
- Add support for the new layered image sublangage.
- Ensure that [[ and {{ prevent succeeding text from being handled as a text tag or substitution.
- Mark all styles as .python.renpy, so it's possible to style Ren'Py differently than Python. (Or to spell check only Ren'Py strings.)
- Fix the highlighting of text tags and substitutions.
- Project became part of the Ren'Py organization.
- Generate keywords from information taken from Ren'Py.
- Some matches changed class, to be closer to how atom describes them.
- Fix
default
keyword highlight;
- Add snippets categories (left labels);
- Update dochelp snippet;
- Fix Text Tags with links using slash or backslash;
- Fix GitHub Text Tags regression;
- Add snippets for Text Tags;
- Change style/transform syntax name;
- Fix comments in label and screen statements;
- Fix Text Tags with links using search;
- Other keywords added;
- Total code clear;
- Optimize transitions and music/audio functions;
- Minor fixes;
- Add Translations syntax highlighting;
- Remove term
python
from init snippet info;
- Update MIT License;
- Add package keywords;
- Add basic spec;
- Remove duplicates;
- Fix typos;
- Add basic snippets info;
- Change names to PEP 8 underscore style;
- Fix
menu
without name;
- Add
.rpym
extension; - Fix text tags with attributes (again);
- Fix text tags with attributes;
- Add basic documentation (EN and PT-BR);
- Fix Atom didn't recognize Renpy .rpy files at startup;
- Fix bugs with from and return keywords;
- Add more snippets;
- Improvement in some snippets;
- Code improvements;
- Snippets implementations;
- Basic-level Snippets;
- Changes in some highlighting methods;
- Tag implementation on strings;
- Variables in strings with brackets;
- Fixed many syntaxes errors;
- Added several keywords and classes;
- Added dollar-sign $;
- Added more indent keywords;
- Code optimization;
- More indent and reserved words added and deleting unnecessary code;
- Indent function and a few reserved words added;