Hi! Thanks for the text editor, I appreciated it and I'm using in my game engine that works by embedding python.
I had to write some code in order to support this language (Python) so I decided to share it here to contribute somehow.
The code is not complete and unfortunatelly I don't know regex to properly do the mTokenRegexStrings part so I just copied this snippet from the HLSL code. That's why I'm opening an issue instead of a formal contribution (pr on the dev branch).
Hi! Thanks for the text editor, I appreciated it and I'm using in my game engine that works by embedding python.
I had to write some code in order to support this language (
Python
) so I decided to share it here to contribute somehow.The code is not complete and unfortunatelly I don't know regex to properly do the
mTokenRegexStrings
part so I just copied this snippet from the HLSL code. That's why I'm opening an issue instead of a formal contribution (pr on the dev branch).Again, thank you for the editor!