An open API service indexing awesome lists of open source software.

https://github.com/faustinoaq/vscode-mint-lang

VSCode extension for Mint Programming Language
https://github.com/faustinoaq/vscode-mint-lang

vscode-extension web

Last synced: 12 months ago
JSON representation

VSCode extension for Mint Programming Language

Awesome Lists containing this project

README

          

# Mint Lang

This extension provides support for the [Mint](https://www.mint-lang.com/) programming language.

[![Mint code](https://i.imgur.com/Iz7CqNb.gif "Click to see in full screen")](https://i.imgur.com/Iz7CqNb.gif)

[![Example](https://i.imgur.com/MYuCt7Z.gif "Click to See in full screen")](https://i.imgur.com/MYuCt7Z.gif)

## Roadmap

- More detailed snippets
- Better HTML and CSS highlithing support
- Formatter
- Linter

## Known Issues

- HTML and CSS syntax is not supported yet, currently the syntax is based on [this gist](https://gist.github.com/gdotdesign/34521520627b82428913df2fe09cb0a3).

## Release Notes

See [CHANGELOG](./CHANGELOG.md)

## Contributing

1. Fork it https://github.com/faustinoaq/vscode-mist-lang/fork
2. Create your feature branch `git checkout -b my-new-feature`
3. Commit your changes `git commit -am 'Add some feature'`
4. Push to the branch `git push origin my-new-feature`
5. Create a new Pull Request

## Contributors

- [@faustinoaq](https://github.com/faustinoaq) Faustino Aguilar - creator, maintainer