|
Hi, I want to start creating a Rouge lexer for Mojo. Mojo aims to be a superset of Python, so valid Python code (should be, not all of it is yet) valid Mojo code. So does anyone object to me doing a copy-paste job in this case? |
Answered by
jneen
Sep 18, 2023
Replies: 1 comment 1 reply
|
You can inherit the Python lexer and add additional rules. |
1 reply
Answer selected by
fnands
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can inherit the Python lexer and add additional rules.