Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betawaffle/vscode-cue
CUE language support for Visual Studio Code
https://github.com/betawaffle/vscode-cue
syntax-highlighting vscode-extension
Last synced: 3 months ago
JSON representation
CUE language support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/betawaffle/vscode-cue
- Owner: cue-sh
- License: mit
- Created: 2019-09-03T19:57:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T11:17:02.000Z (6 months ago)
- Last Synced: 2024-05-22T00:09:52.905Z (6 months ago)
- Topics: syntax-highlighting, vscode-extension
- Language: Go
- Homepage:
- Size: 24.4 KB
- Stars: 70
- Watchers: 8
- Forks: 8
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Extension for the CUE Language
## What it's for
CUE - Configure, Unify, Execute - is a language designed for designing,
generating, and validating data. Read more about it on [the official site, cuelang.org](https://cuelang.org).## Why this extension is useful
[Visual Studio Code](https://code.visualstudio.com/) is an awesome, extensible, multi-platform editor and IDE.
Its ecosystem has a massive number of plugins for different languages, and this one implements syntax highlighting
(and potentially more functionality in the future) for the CUE language.## How you can use it
Unfortunately, the `.cue` extension which CUE uses is squatted on in the "official" VSCode registry by the file format used to describe audio CD tracklistings.
So for the moment, manual installation is required. This is quite simple though. Once you have VSCode installed, simply clone this repo into its extension location:```shell
git clone https://github.com/cue-sh/vscode-cue ~/.vscode/extensions/vscode-cue
```Restart VSCode and you should have syntax highlighting for any `.cue` files you load.
## Credits
This project was started by [betawaffle](https://github.com/betawaffle) who graciously permitted that it be moved
to a more general home in the [cue-sh](https://github.com/cue-sh) organisation.