https://github.com/highlightjs/highlightjs-gdscript
highlight.js syntax definitions for Godot's GDscript language
https://github.com/highlightjs/highlightjs-gdscript
Last synced: 2 months ago
JSON representation
highlight.js syntax definitions for Godot's GDscript language
- Host: GitHub
- URL: https://github.com/highlightjs/highlightjs-gdscript
- Owner: highlightjs
- License: bsd-3-clause
- Created: 2019-07-16T22:46:31.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T12:43:10.000Z (over 3 years ago)
- Last Synced: 2025-04-10T05:38:27.045Z (2 months ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 23
- Watchers: 3
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GDScript syntax for highlight.js
Syntax implementation of [Godot](https://godotengine.org/)'s GDScript language for [highlight.js](https://github.com/highlightjs/highlight.js).
### Authors
The original code was written by [Khairul Hidayat](https://github.com/khairul169).
The repository was eventually maintained by
- [Nelson Sylvest*r Fritsch](https://github.com/form-follows-function)
- [Calinou](https://github.com/Calinou)### Documentation
- https://highlightjs.org/
- https://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/gdscript_basics.html### Building
To build a distribution version of this module you need to use tools provided by Highlight.js.
1. Checkout highlightjs/highlight.js from GitHub.
1. Create the `extra` folder in the root directory, if missing.
1. In the `extra` directory create a `gdscript` subdirectory and put the contents
of this repository there.
1. Run build tools for the `cdn` target and you should see the `gdscript` language
module being build alongside Highlight.js itself:```
node ./tools/build.js -t cdn...
Building extra\gdscript\dist/gdscript.min.js.
```