highlightjs-gdscript
highlightjs-gdscript copied to clipboard
highlight.js syntax definitions for Godot's GDscript language
Hi! First of all: thank you for creating this project! I am a maintainer of the upcoming GDScript track in [Exercism](https://exercism.org/tracks). In order to get the highlighting working in our...
Hi! Yesterday I tried to get it to work in my project but couldn't. It took me a while and I ended up making these changes. Sorry if I only...
 ```gdscript extends Control onready var uniq = $"%uniq" var hi = true # this should not be blue ```
Hello, `main` value in `package.json` is updated to match the location of `gdscript.js`. #8
Users finding your repo from the SUPPORTED_LANGUAGES list will expect to find instructions on how to add your 3rd party grammar to their project. Please see an example: - https://github.com/highlightjs/highlightjs-robots-txt...
Note that I couldn't get the ES module build to work in the browser, so maybe we should remove it. - This closes #9 and #10 by superseding them. **Testing...