https://github.com/text-forge/gdscript-mode
GDScript support for Text Forge code editor
https://github.com/text-forge/gdscript-mode
gdscript text-forge
Last synced: 5 months ago
JSON representation
GDScript support for Text Forge code editor
- Host: GitHub
- URL: https://github.com/text-forge/gdscript-mode
- Owner: text-forge
- License: mit
- Created: 2025-08-16T13:05:29.000Z (5 months ago)
- Default Branch: Main
- Last Pushed: 2025-08-19T14:39:36.000Z (5 months ago)
- Last Synced: 2025-08-19T16:37:14.779Z (5 months ago)
- Topics: gdscript, text-forge
- Language: GDScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Text Forge GDScript mode
Official GDScript mode for Text Forge code editor
---
GDScript Mode is a lightweight and functional mode for Text Forge code editor. It's a part of official Text Forge modes.
## Mode Features
- Updated to [Text Forge Mode API V2.0](https://github.com/text-forge/text-forge/pull/71)
- Outline system with main functions (same as Godot script editor)
- Simple code highlighter, with same colors as Godot default highlighter
- Simple code completion with keywords
- Linter is in progress ⚠️
## Setup
Supports Text Forge 0.1-stable and newer versions.
### Method 1: From releases
- Download `gdscript.tfmode` file from releases.
- Open Text Forge and go to Settings > Mode Manager > Import Mode and select kit file.
- Mode kit is ready to use. Please restart editor for safer experience.
### Method 2: From repo
- Download repo as zip and extract it.
- Open editor data folder (use Settings > Open Data Folder)
- Copy `modes/` folder content to data `modes/`.
- Restart editor.
### Development
This project is under Text Forge organization and MIT license, so all contribution and development process is same as Text Forge project, for more information see [online docs](https://text-forge.github.io/docs).