VS Code Extensions
G

GLpp

by pbn

Syntax highlighting, snippets and language support for the GLpp programming language

Downloads

1

Rating

(0)

Version

0.0.2

Last updated

Jun 18, 2026

GLpp Language Support for Visual Studio Code.

Features

  • Syntax highlighting for .gl and .glmod
  • Auto completion
  • Diagnostics
  • Compiler integration
  • Language configuration

Example

import "io"

func int main() {
    print("Hello GLpp");
    return 0;
}

Requirements

GLpp compiler must be installed and available in PATH.

Release Notes

0.0.1

Initial release.

Related extensions