Skip to content

mimium-org/mimium-language

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

101 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mimium Visual Studio Code Extension

This is a language support extension of mimium, an infrastructural programming languge.

This extension provides a syntax highlight for mimium source files (which have .mmm extension), and basic error reporting feature.

Also, this extension works as the easiest installer of mimium compiler and standard libraries. The extension automatically download the latest release from Github Release into ~/.mimium. To use enhanced highlighting support and error reporting feature, the language server needed to be installed. The server is installed together with the compiler(mimium-cli) by this extension.

You can play opening mimium file on the editor, by the editor action button(right side of the file tabs) or the command palette (Cmd+Shift+P => "Run opening file").

Screenshot

Screenshot of VSCode with a dark theme. The source code of mimium file is opened and mouse cursor is hovered on the mimium icon right next to the editor tabs.

Screenshot of VSCode with a light theme.The source code of mimium file is opened and 2 errors are reported on the editor.

Development

See Development.md.

Release Notes

Change Log

License

MIT

Packages

No packages published