Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>CELNew to Visual Studio Code? Get it now.
CEL

CEL

hmarr

|
2,130 installs
| (0) | Free
CEL (Common Expression Language) language support for Visual Studio Code
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vscode-cel

CI

Adds syntax highlighting for CEL (Common Expression Language) to Visual Studio Code.

CEL syntax highlighting

Install it from the Visual Studio Code Marketplace.

Developing

Clone the project, and open up in vscode. Start a debugging session (just press F5) to launch a new window with the plugin loaded, and hack away.

You might find it helpful to copy the contents of examples.cel into the editor window while you're working on the plugin to get live feedback.

The project includes a test suite (using the wonderful vscode-tmgrammar-test). To run the tests, it's npm test. If you run the "Run grammar tests" task in vscode, you'll get failure annotations in the test files if something's not working. If you're contributing any improvements or fixes, I'd be grateful if you could include a test. Fortunately vscode-tmgrammar-test makes them pretty easy to write.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft