-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge develop #346
Merged
Merged
Merge develop #346
Conversation
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
Update develop with master
* Display invalid.illegal in red in development env * Split screen language into its own file * Link some fallback patterns into ATL and screen blocks We'll need to take some time to set this up properly to prevent highlighting syntax in blocks that don't support them. For now this will do though * Disable multi-line string tags * Added hbox support * Fix call screen
Bump version 2.3.1-pre-release
* Added logger that can also output logs for the end user * Bump version to 2.3.2
- Added low level patterns based on the official grammar specification - Added style statement support with all the currently known properties - Fixed python functions being parsed as variables - Improved parsing of the following statements: - pause - conditionals (if/elif/else) - at - as - with - behind - onlayer - zorder - Improved screen language support slightly (WIP!)
Move token string converters
* Major code cleanup * Fix infinite loop in tokenizer * Fix rgb color not accepting `.0` float format
Add injection grammar for renpy comments in _ren.py files For now this will only work in doc strings, python syntax highlighting isn't changed
I accidentally selected master as base branch when creating the PR. When changing this to develop, the checks where not triggered. To fix this I added the `edited` type, which is used when changing the base ref. See actions/runner#980
This will make it possible to use 'src/path/to/file' imports instead of '../../' relative paths we were force to use
Thanks to @rdurfee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.