Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>MontiArc LanguageNew to Visual Studio Code? Get it now.
MontiArc Language

MontiArc Language

Preview

Jens Bürger

|
374 installs
| (0) | Free
MontiArc language support
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MontiArc VSCode

This VSCode extension provides language support for MontiArc (arc) files.

Features

Currently the extension provides the following features:

  • syntax highlighting
  • syntax highlighting of inline Java code
  • snippets
  • code folding

Known Issues

Currently no language server is used.

Release Notes

This extension is currently in beta


Development Information

  • The tmLanguage syntax is generated using Iro
  • For the conversion of the TextMate grammar to JSON we use this website

IMPORTANT: After the generation and conversion of the grammar change set the javainline object as shown below to get java highlighting:

"javainline": {
    "patterns": [
        {
            "include": "source.java"
        }
    ]
},
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft