TypeX Language Support
TypeX Language Support provides syntax highlighting, snippets, and basic tooling for the TypeX (.tx) programming language in Visual Studio Code.
Features
- Syntax highlighting for
.tx files
- Code snippets for common TypeX patterns
- Dark theme (
TypeX Dark) optimized for readability
- Basic commands:
- Run TypeX File (
Ctrl+F5 / Cmd+F5)
- Format TypeX Document
Requirements
- Visual Studio Code v1.80.0 or later
- (Optional) TypeX runtime if you want to run
.tx files
Extension Settings
This extension contributes the following commands:
typex.runFile – Runs the active .tx file
typex.formatDocument – Formats the current document
Known Issues
- IntelliSense is limited (planned for future versions).
- No debugging support yet.
Release Notes
0.1.0
- Initial release with syntax highlighting, snippets, theme, and basic commands.
| |