Pipes Language - VS Code ExtensionWelcome to the VS Code extension for Intelie Pipes Language. This extension provides syntax highlighting for 📲 FeaturesSyntax highlighting for .pipes files. Dark and light themes for different working environments. 🛣️ Roadmap
This roadmap above is only for default colors. 💻 For developersThe project was done using Yo Code, vscode-generator-code In order to make a more robust extension, we might need to add a theme or add a script to add to the current theme a pipes syntaxe highlight specific. It is possible setting up the proper names and scope for every pattern created. I decided to create thetmLanguage.json structure based on Rust, it is easy to follow and understand, and we can add more to the structure with a well defined hierarchy. Here you find Microsoft's Visual Code Studio Documentation for Syntax Highlight Guide. The The best way I found is to look up for examples in other languages, here is the repo for all VSCode built-in languages syntaxes highlights. You may find more examples in the Monarch syntax definition More can be found in the Language Extensions Overview 🤝 ContributingEveryone at Intelie is allowed to commit. Please feel free to contribute. Discuss with the team on channel #live-us-delivery-dev. Write tests for your changes. Try to write self-explanatory code. Follow the code guidelines. Create a pull request, tag maintainers and we'll try to review it shortly. Call and tag maintainers on slack if nobody responds 🫥. ➕ MoreCheck it out the repo with plugin for Intellij IDE Release NotesWe added code snippets! 0.0.1Initial release with pipes highlight, strings and comments 0.0.1We completed the initial roadmap! 0.1.0Fixed string Interpolations and added code snippets! Enjoy! |