This extensions provides syntax highlighting capabilities for TigerGraph's GSQL. This is mostly hacked together from:
NOTE! This is still in development and has quite a bit of work and testing to do
VSCode Marketplace https://marketplace.visualstudio.com/items?itemName=DavidBakerEffendi.vsc-gsql-extension
Using the Preferences -> Extensions Menu -> Search Extensions in Marketplace
Planned features are linting and auto-formatting. So far we have basic syntax highlighting working.
syntaxes/gsql.tmLanguage.json
contains a ported version of alejandropoveda/atom-language-gsql's specification of GSQL's language spec.
TODO: Implement GSQL linting TypeScript from GraphStudio code given to me by @jonherke
There are two templates namely:
- Feature Requests: These are used for any features/enhancements you would like to see and includes any documentation that needs to be added.
- Bug Report: This is for reporting any bugs - self explanatory!
Please consult CONTRIBUTING for more details on contributing to this project.
For a more detailed list of changes please see the CHANGELOG.
- Initial release
- Basic syntax highlighting ported across from the Atom extension
- Simplified accumulator regex to fix matching whole accumulator with type parameter
- Lowered required VSCode version to ^1.0.0
- Updated description to match README on the repository