Syntax implementation of Godot's GDScript language for highlight.js.
The original code was written by Khairul Hidayat. The repository was eventually maintained by
- https://highlightjs.org/
- https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/gdscript_basics.html
To build a distribution version of this module you need to use tools provided by Highlight.js.
- Checkout highlightjs/highlight.js from GitHub.
- Create the
extra
folder in the root directory, if missing. - In the
extra
directory create agdscript
subdirectory and put the contents of this repository there. - Run build tools for the
cdn
target and you should see thegdscript
language module being build alongside Highlight.js itself:
node ./tools/build.js -t cdn
...
Building extra\gdscript\dist/gdscript.min.js.