Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carvel-dev/vscode-ytt
Visual Studio Code extension for working with ytt yaml files
https://github.com/carvel-dev/vscode-ytt
carvel
Last synced: 3 months ago
JSON representation
Visual Studio Code extension for working with ytt yaml files
- Host: GitHub
- URL: https://github.com/carvel-dev/vscode-ytt
- Owner: carvel-dev
- License: apache-2.0
- Created: 2020-03-10T16:39:29.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2022-09-07T19:09:18.000Z (about 2 years ago)
- Last Synced: 2024-06-21T12:27:59.745Z (5 months ago)
- Topics: carvel
- Homepage:
- Size: 333 KB
- Stars: 17
- Watchers: 10
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - carvel-dev/vscode-ytt - Visual Studio Code extension for working with ytt yaml files (others)
README
# ytt syntax highlighting for Visual Studio Code
Extension for syntax highlighting when editing yaml files for use with the [ytt
cli](https://github.com/k14s/ytt)## Features
- Syntax highlighting
![](images/syntax-highlighting.png)
## Requirements
This extensions requires the [starlark language extension](https://github.com/phgn0/vscode-starlark)
## Known Issues
Multi-line function calls result in all following annotations being matched as
starlark comments.