You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This lexer was made to fill in the holes [pygments/lexers/gdscript.py](https://github.com/pygments/pygments/blob/master/pygments/lexers/gdscript.py) left.
3
+
A pull request is in the works, but for us, the long wait for the dependency chain is not worth it.
4
+
As such, this is the home of the "better lexer" for use in the [GMLWiki](https://github.com/GodotModding/gmlwiki) until further notice.
5
+
6
+
To test the highlighting independantly; because let's be real rebuilding the GMLWiki to test it would be overkill.
7
+
You may run [test.py](https://github.com/GodotModding/pygments-gdscript/test.py), which will export a `test.html`.
8
+
Note that you **must** install `pygments` through pip to run the test.
0 commit comments