language-renpy icon indicating copy to clipboard operation
language-renpy copied to clipboard

Remove the Python scope

Open williamd1k0 opened this issue 9 years ago • 3 comments

  • [ ] "Remove" source.python
  • [ ] Solve multi-line string conflicts (override source.python)
  • [ ] Temporary update from source.python (if necessary)

williamd1k0 avatar Feb 21 '16 23:02 williamd1k0

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.

williamd1k0 avatar Mar 01 '16 03:03 williamd1k0

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 avatar Mar 16 '16 03:03 koroshiya

@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:

williamd1k0 avatar Mar 17 '16 05:03 williamd1k0