This extension provides support for the Carbon programming language in Visual Studio Code. It includes syntax highlighting, keyword recognition, and a custom theme designed specifically for Carbon.
- Syntax highlighting for Carbon files (
.carbon
) - Recognizes control, declaration, constant, and other keywords
- Custom theme for a better coding experience with Carbon
- Open Visual Studio Code
- Press
Ctrl+P
(orCmd+P
on macOS) to open the Quick Open dialog - Type
ext install vscode-language-pack-carbon
and pressEnter
This extension was created using the Yeoman extension generator, a scaffolding tool for building Visual Studio Code extensions.
If you'd like to contribute to the development of this extension or report any issues, please visit the GitHub repository.
This extension is released under the MIT License.