Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cue-sh/vscode-cue
CUE language support for Visual Studio Code
https://github.com/cue-sh/vscode-cue
syntax-highlighting vscode-extension
Last synced: 1 day ago
JSON representation
CUE language support for Visual Studio Code
- Host: GitHub
- URL: https://github.com/cue-sh/vscode-cue
- Owner: cue-lang
- License: mit
- Created: 2019-09-03T19:57:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T11:35:21.000Z (2 months ago)
- Last Synced: 2024-09-15T06:07:14.650Z (2 months ago)
- Topics: syntax-highlighting, vscode-extension
- Language: CUE
- Homepage:
- Size: 307 KB
- Stars: 72
- Watchers: 9
- Forks: 9
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cue - vscode-cue - CUE language support for Visual Studio Code. (Projects)
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-lang/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) (which is part of the [CUE
Project](https://cuelang.org)), before then being migrated to the
[cue-lang](https://github.com/cue-lang) organisation which more clearly
identifies it as part of the CUE Project along with the [main CUE
repository](https://github.com/cue-lang/cue).