Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dinpixels/gdscript_syntax_highlight

Highlights GDScript syntax displayed in HTML. This is a mod of highlightjs GDScript. https://github.com/highlightjs/highlightjs-gdscript
https://github.com/dinpixels/gdscript_syntax_highlight

godot godot-engine godot-game-engine godot3 godotengine highlight highlighter highlightjs syntax-highlight syntax-highlighter syntax-highlighting

Last synced: 3 months ago
JSON representation

Highlights GDScript syntax displayed in HTML. This is a mod of highlightjs GDScript. https://github.com/highlightjs/highlightjs-gdscript

Awesome Lists containing this project

README

        

# GDSCript Syntax Highlight
This is a mod of [GDScript highlight.js](https://github.com/highlightjs/highlightjs-gdscript) by [Khairul Hidayat](https://github.com/khairul169), [Nelson Sylvest*r Fritsch](https://github.com/form-follows-function), and [Calinou](https://github.com/Calinou).

This version supports syntax highlighting with these formats:

`var greetings : String = "Hello World"`

`func _ready() -> void:`

---

### Usage
Used to highlight GDScript syntax on HTML.

To use it, include these first in the head tags:

```html

```

Then you can use the css and highlightjs script in this repo.

---

### Preview
![preview.png](https://raw.githubusercontent.com/MumuNiMochii/GDScript-Highlight/master/preview.png)