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
- Host: GitHub
- URL: https://github.com/faustinoaq/vscode-mint-lang
- Owner: faustinoaq
- Created: 2018-04-09T17:47:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-30T15:44:23.000Z (about 8 years ago)
- Last Synced: 2025-05-12T23:11:44.628Z (about 1 year ago)
- Topics: vscode-extension, web
- Homepage: https://marketplace.visualstudio.com/items?itemName=faustinoaq.mint-lang
- Size: 21.5 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Mint Lang
This extension provides support for the [Mint](https://www.mint-lang.com/) programming language.
[](https://i.imgur.com/Iz7CqNb.gif)
[](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