Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Eco Language HighlightNew to Visual Studio Code? Get it now.
Eco Language Highlight

Eco Language Highlight

Ecosphere

|
78 installs
| (0) | Free
Syntax highlighting for Eco programming language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Syntax highlight for Eco Language

Features

Highlight for Eco programming language.

Snippets

Snippets for Clonable, Module, Enum, Trait and Singleton will show up by either writing their name (first letter has to be capital) or typing "Object".

Method snippets will show up by typing "Method". Block closures snippets will show up by typing "Block". Snippets for import will show up by typing "import".

Functions snippets will show up when you type its name, currently avaliable functions:

  • Switch:, case:do:
  • if:, unless:, if:else:
  • yes:, no:, yes:no:

Known Issues

None right now.

Release Notes

Added

  • Snippets for 'if:', 'unless:', 'if:else:'
  • Snippets for 'yes:', 'no:', 'yes:no:'
  • Snippets for 'Switch' ends with a dot.
  • Change Method and Block closure snippets to be detected by simply 'Method' and 'Block closure' respectively.

For Developer

Useful links for developing highliter:

  • syntax highlighting extension guide from vscode

  • Playground for regex

  • Documentation for editing the syntax

  • Textmate guide

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