All Projects → cue-sh → vscode-cue

cue-sh / vscode-cue

Licence: MIT License
CUE language support for Visual Studio Code

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to vscode-cue

vscode-caddyfile-support
Rich Caddyfile support for Visual Studio Code
Stars: ✭ 30 (-45.45%)
Mutual labels:  syntax-highlighting, vscode-extension
vscode-angular-html
Angular syntax highlighting for HTML templates
Stars: ✭ 35 (-36.36%)
Mutual labels:  syntax-highlighting, vscode-extension
todo-txt
Todo.txt syntax highlighter and helper extension for visual studio code.
Stars: ✭ 39 (-29.09%)
Mutual labels:  syntax-highlighting, vscode-extension
Vscode Smarty
Smarty syntax highlight extension for Visual Studio Code
Stars: ✭ 10 (-81.82%)
Mutual labels:  syntax-highlighting, vscode-extension
Syntax Highlighter
Syntax Highlighter extension for Visual Studio Code (VSCode). Based on Tree-sitter.
Stars: ✭ 88 (+60%)
Mutual labels:  syntax-highlighting, vscode-extension
Vue Theme Vscode
+200.000 installs ⬇️ Theme for Visual Studio Code inspired by Vue.js, with support for more popular languages, trying to maintain a perfect harmony of colors.
Stars: ✭ 54 (-1.82%)
Mutual labels:  syntax-highlighting, vscode-extension
Vscode Terraform
A Visual Studio Code extension for Hashicorp Terraform
Stars: ✭ 672 (+1121.82%)
Mutual labels:  syntax-highlighting, vscode-extension
Processing Vscode
A Visual Studio Code extension for the programming language Processing
Stars: ✭ 141 (+156.36%)
Mutual labels:  syntax-highlighting, vscode-extension
language-tools
🌐 Prisma Language Tools = Language Server and Prisma's VS Code extension.
Stars: ✭ 159 (+189.09%)
Mutual labels:  syntax-highlighting, vscode-extension
Sublime-GenericConfig
Generic highlighting of the configuration files for Sublime Text 2 and Sublime Text 3
Stars: ✭ 39 (-29.09%)
Mutual labels:  syntax-highlighting
sapling
Sapling - A convenient way to traverse your React app in VS Code
Stars: ✭ 440 (+700%)
Mutual labels:  vscode-extension
react-maker
VSCode extension for creating functional components.
Stars: ✭ 15 (-72.73%)
Mutual labels:  vscode-extension
logitech-craft-vscode
Logitech Craft VS Code extension and Logitech Options plugin
Stars: ✭ 41 (-25.45%)
Mutual labels:  vscode-extension
Laravel.tmTheme
A Sublime Text 3 theme based on the Laravel documentation colour scheme
Stars: ✭ 40 (-27.27%)
Mutual labels:  syntax-highlighting
luozhu
Luozhu's practice in Front End Engineering and Components Development.
Stars: ✭ 28 (-49.09%)
Mutual labels:  vscode-extension
vuejs-extension-pack
Popular VS Code extensions for Vue.js development.
Stars: ✭ 32 (-41.82%)
Mutual labels:  vscode-extension
vscode-languagetool-linter
A from scratch redesign of LanguageTool integration for VS Code.
Stars: ✭ 72 (+30.91%)
Mutual labels:  vscode-extension
vue-snippets
Visual Studio Code Syntax Highlighting For Vue3 And Vue2
Stars: ✭ 25 (-54.55%)
Mutual labels:  vscode-extension
vscode-csproj
📕 Visual Studio Code extension to keep your csproj files up to date.
Stars: ✭ 19 (-65.45%)
Mutual labels:  vscode-extension
popping-and-locking-vscode
Vivid and well balanced syntax for VS Code.
Stars: ✭ 26 (-52.73%)
Mutual labels:  vscode-extension

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.

Why this extension is useful

Visual Studio Code 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:

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 who graciously permitted that it be moved to a more general home in the cue-sh organisation.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].