CTML Language Support
This extension provides syntax highlighting for CTML, a custom language with specific syntax rules and patterns.
Features
- Syntax highlighting for CTML language constructs
- Support for comments, strings, numbers, arithmetic operations, and special keywords
Installation
To install the CTML Language Support extension in Visual Studio Code:
Clone the repository or download the .vsix file.
Open VSCode and go to the Extensions view by clicking on the Extensions icon in the Activity Bar on the side of the window or pressing Ctrl+Shift+X .
Click on the three dots (⋯) in the top-right corner of the Extensions view and select Install from VSIX... .
Select the .vsix file you have downloaded or created.
Alternatively, you can package the extension and install it using the command line:
vsce package
code --install-extension my-extension-0.0.1.vsix
| |