Tekst Language Support
Official VS Code language support for the Tekst programming language.
Features
- Syntax highlighting
.tk file detection
- Automatic brackets
- Automatic indentation
- Code snippets
- Run Tekst files from VS Code
- Open Tekst documentation from the Command Palette
- Configurable interpreter path
Installation
Install the extension from the VSIX file.
Alternatively, clone this repository and press F5 in VS Code to launch an Extension Development Host.
Running Tekst
Make sure the Tekst interpreter is available on your PATH.
Then open a .tk file and run:
Tekst: Run File
You can also configure the interpreter:
{
"tekst.interpreterPath": "C:\\path\\to\\Tekst.exe"
}
| |