Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Green Tea Programming Language extensionNew to Visual Studio Code? Get it now.
Green Tea Programming Language extension

Green Tea Programming Language extension

TAA Team

|
4 installs
| (0) | Free
Syntax highlighting, Run button for GTLang (https://gtlang.com)
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🌐 GTLang Syntax Highlighting for VSCode

GTLang is a custom programming language with a unique syntax inspired by scripting, functional programming, and natural readability. This extension provides syntax highlighting for .gtc files in Visual Studio Code.

GTLang Sample

https://gtlang.com

✨ Features

  • ✅ Syntax highlighting for:
    • Variables ($, $$)
    • Functions (@function)
    • Classes (^ClassName)
    • Control keywords (if, else, foreach, return, etc.)
    • Comments (//, /* ... */)
    • Strings (quoted & unquoted)
    • Unicode support for variable/function/class names

📦 Installation

1. From VSIX (local)

vsce package
code --install-extension gtlang-0.0.1.vsix

2. From VSCode (if published)

Search for GTLang in the Extensions Marketplace. 📁 File Types Supported

.gtc – GTLang source file

🎨 Example Code (GTLang)

Sample GTLang program

$var: 123
@print $var

Unicode support

$переменная: 5
@добавлять $переменная

gtlang-vscode-extension

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft