https://github.com/DinDeprecated/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/DinDeprecated/GDScript_Syntax_Highlight
godot godot-engine godot-game-engine godot3 godotengine highlight highlighter highlightjs syntax-highlight syntax-highlighter syntax-highlighting
Last synced: 20 days ago
JSON representation
Highlights GDScript syntax displayed in HTML. This is a mod of highlightjs GDScript. https://github.com/highlightjs/highlightjs-gdscript
- Host: GitHub
- URL: https://github.com/DinDeprecated/GDScript_Syntax_Highlight
- Owner: DinDeprecated
- Created: 2022-03-29T04:58:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T14:46:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-14T00:34:29.516Z (2 months ago)
- Topics: godot, godot-engine, godot-game-engine, godot3, godotengine, highlight, highlighter, highlightjs, syntax-highlight, syntax-highlighter, syntax-highlighting
- Language: CSS
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
