
Syntax Highlighting for the Meta Compiler writing language.
Explore META »
Report Bug
·
Request Feature
This extension brings syntax highlighting for the META Compiler writing language to vscode. It includes the full textmate grammar needed for syntax highlighting as well as icons to go along with it.
The extension is available for free on the Visual Studio Code Marketplace, you can also install it directly in VSCode by pressing Ctrl + P
and pasting the following:
ext install Letsmoe.meta-highlight
In the future we would like to support debugging capabilities directly inside vscode as well as other code editors. If you have any suggestions please open a new issue on GitHub.
- Implement the full META grammar and support basic syntax highlighting.
- Write a fully fledged language server to support linting.
- Implement code formatting for better readability.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request