Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dinpixels/gdscript_syntax_highlight
- Owner: dinpixels
- Created: 2022-03-29T04:58:59.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T14:46:59.000Z (over 1 year ago)
- Last Synced: 2024-10-11T11:41:10.479Z (3 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: 1
- 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
![preview.png](https://raw.githubusercontent.com/MumuNiMochii/GDScript-Highlight/master/preview.png)