https://github.com/klothoplatform/klotho-vscode
A VS Code plugin providing syntax highlighting for Klotho annotations
https://github.com/klothoplatform/klotho-vscode
Last synced: 11 months ago
JSON representation
A VS Code plugin providing syntax highlighting for Klotho annotations
- Host: GitHub
- URL: https://github.com/klothoplatform/klotho-vscode
- Owner: klothoplatform
- License: apache-2.0
- Created: 2022-08-24T13:39:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-11T22:53:49.000Z (over 3 years ago)
- Last Synced: 2025-04-13T19:05:52.971Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://klo.dev
- Size: 204 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# klotho
## Features
This extension provides syntax highlighting for Klotho annotations in the following supported languages:
- JavaScript
- TypeScript
- Python
- Golang
- Yaml
- Dockerfile
## Requirements
For full syntax highlighting, install the TOML syntax highlighting plugin of your choice.
We use [Even Better TOML](https://marketplace.visualstudio.com/items?itemName=tamasfe.even-better-toml) when testing this extension.
## Installation
1. Download the latest VSIX from this repository's [Releases](https://github.com/klothoplatform/Klotho-vscode/releases) page on GitHub.
2. Execute the `Extensions: Install from VSIX` command from the VS Code command palette and select the `.vsix` file downloaded in the previous step.
> **Note**
>
> This extension is not yet distributed on the VS Code Marketplace.
## Extension Settings
## Release Notes