GLpp Language Support for Visual Studio Code.
Features
- Syntax highlighting for
.gland.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.