GDScript Syntax Highlight Only
English | 简体中文
English
A lightweight VSCode extension that provides pure GDScript syntax highlighting without Language Server Protocol (LSP).
Features
- Syntax highlighting for
.gd files
- No LSP overhead, minimal resource usage
- Fast and lightweight
Installation
From VSCode Marketplace
- Open VSCode
- Press
Ctrl+Shift+X to open Extensions
- Search for
GDScript Syntax Highlight Only
- Click Install
From .vsix File
- Download gdscript-syntax-highlight-only-1.0.1.vsix
- In VSCode, press
Ctrl+Shift+P
- Type
Extensions: Install from VSIX
- Select the downloaded
.vsix file
Preview

Acknowledgments
The syntax definition file (GDScript.tmLanguage.json) is sourced from the official Godot Engine repository.
License
MIT License - see LICENSE for details.
简体中文
轻量级 VSCode 扩展,提供纯 GDScript 语法高亮,不包含语言服务器协议 (LSP)。
功能特性
.gd 文件语法高亮
- 无 LSP 开销,资源占用极小
- 快速轻量
安装方式
从 VSCode Marketplace 安装
- 打开 VSCode
- 按
Ctrl+Shift+X 打开扩展面板
- 搜索
GDScript Syntax Highlight Only
- 点击安装
从 .vsix 文件安装
- 下载 gdscript-syntax-highlight-only-1.0.1.vsix
- 在 VSCode 中按
Ctrl+Shift+P
- 输入
Extensions: Install from VSIX
- 选择下载的
.vsix 文件
预览

致谢
语法定义文件(GDScript.tmLanguage.json)来源于 Godot 引擎官方仓库。
许可证
MIT 许可证 - 详见 LICENSE。
| |