This VS Code extension is part of the Kado ecosystem. It provides support for Kado .kd
and .tmpl
files, offering syntax highlighting and custom language features.
- Syntax highlighting for
.kd
and.tmpl
files - Custom language support for Kado configuration files
- Open Visual Studio Code
- Press
Ctrl+P
(orCmd+P
on macOS) to open the Quick Open dialog - Type
ext install janpreet.kado-extension
to find the extension - Click the
Install
button, then theEnable
button
Alternatively, you can install the extension directly from the Visual Studio Code Marketplace.
Once installed, the extension will automatically activate when you open a .kd
or .tmpl
file. You'll see syntax highlighting and any other features provided by the extension.
Future releases.
- Syntax Highlighting Limitations: Certain complex configurations may not be highlighted correctly.
Please report any issues or bugs to the issue tracker.
Contributions to the Kado VS Code Extension are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.