Using external (non-standard) languages in my project

Hi,

I have found a couple of "plugins" and languages online and want to use them in my project. For examplewant to generate Graphviz DOT files in my MPS project and I found an implementation of that here: https://github.com/nvmd/mps-dot-lang

How do I make these kinds of languages, which do not come with MPS, accessible in my project? 

- Julian

0
1 comment

Ideally you grab languages in the form of plugins (zip files), either from the JetBrains repository - https://plugins.jetbrains.com/category/92-mps/mps, or from the vendor directly (releases). If the project does not provide languages in packaged form (like the Graphviz one), you'll have to clone the git repository and include the modules in your project directly (adding the in the project properties dialog).

0

Please sign in to leave a comment.