ARMeeru / vscode-language-pack-carbon

Syntax highlighting for a new language under development.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Carbon Language Support for Visual Studio Code

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.

Features

  • Syntax highlighting for Carbon files (.carbon)
  • Recognizes control, declaration, constant, and other keywords
  • Custom theme for a better coding experience with Carbon

Installation

  1. Open Visual Studio Code
  2. Press Ctrl+P (or Cmd+P on macOS) to open the Quick Open dialog
  3. Type ext install vscode-language-pack-carbon and press Enter

How This Extension Was Created

This extension was created using the Yeoman extension generator, a scaffolding tool for building Visual Studio Code extensions.

Contributing

If you'd like to contribute to the development of this extension or report any issues, please visit the GitHub repository.

License

This extension is released under the MIT License.

About

Syntax highlighting for a new language under development.

License:MIT License