language-renpy
language-renpy copied to clipboard
Remove the Python scope
- [ ] "Remove"
source.python
- [ ] Solve multi-line string conflicts (override
source.python
) - [ ] Temporary update from
source.python
(if necessary)
I don't know how to override the source.python
:disappointed:
I need override the source.python
strings because I changed/added the multi-line and text tags.
It should be a matter of leaving source.python until the end, so your overridden string tags are entered earlier. ie. Leave your existing string captures in, and have the source.python at the very end.
If you know what specific text tags are your own additions (ie. not native to python) I can backport the changes made to this repo since my fork was created and add the multi-line/tags back in.
@koroshiya
So.. I tried several things here and I still can not solve it. Even leaving the source.python
in the end, my changes works but the python scope is not imported.
My knowledge of regex is already much better than when I started but with the grammar I still have to improve.
Feel free to try to solve it on your fork because for now I'm not able to handle it. :disappointed: