Skip to content

Commit 97d9055

Browse files
create README.md
0 parents  commit 97d9055

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Pygments GDScript Lexer
2+
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

Comments
 (0)