highlightjs-gdscript icon indicating copy to clipboard operation
highlightjs-gdscript copied to clipboard

highlight.js syntax definitions for Godot's GDscript language

Results 6 highlightjs-gdscript issues
Sort by recently updated
recently updated
newest added

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...

![image](https://user-images.githubusercontent.com/70787919/190023968-7b897b62-083a-4e03-988e-a24fbab40dc1.png) ```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...