-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
123 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
Indent doesn't work properly for "python:", as it's in the | ||
source.python context, rather than the source.renpy context. | ||
source.python context, rather than the source.renpy context. | ||
|
||
- ground inside imagemaps isn't orange like xpos and stuff | ||
- the "# The two window variant." comment in say screen has window variant in pink | ||
- Comments are the same color as all text apart from keywords, I think it's nice if comments have different colors though(Maybe just because I'm used to it since the other editors I use have it like this and it was like this before?) | ||
- Strings are white just as everything else(they were dark yellow before I think?) | ||
- I believe numbers had a different color before? | ||
- If/else/for are white | ||
- input(eg in input screen) is white | ||
- init/style aren't working properly(see image) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Sublime Renpy v1.1.4 | ||
====================== | ||
|
||
Bugfixes: | ||
-Comments, numbers and strings now act as they should | ||
-Python keywords are now highlighted appropriately | ||
-Python functions are now suggested within the appropriate contexts |