Skip to content

the-meta-lang/meta-syntax-highlight

Repository files navigation

Contributors Forks Stargazers Issues


Logo

META Syntax Highlighting

Syntax Highlighting for the Meta Compiler writing language.
Explore META »
Report Bug · Request Feature

About The Project

Highlighting Preview

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.

Installation

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

Roadmap

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.

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)