Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

DavidBakerEffendi/vsc-gsql-extension

Repository files navigation

VSC GSQL Extension

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

Installation

Option 1:

VSCode Marketplace https://marketplace.visualstudio.com/items?itemName=DavidBakerEffendi.vsc-gsql-extension

Option 2:

Using the Preferences -> Extensions Menu -> Search Extensions in Marketplace

Features

Planned features are linting and auto-formatting. So far we have basic syntax highlighting working.

Syntax Highlighting

ConnComp Syntax

PageRank Syntax

syntaxes/gsql.tmLanguage.json contains a ported version of alejandropoveda/atom-language-gsql's specification of GSQL's language spec.

Linting

TODO: Implement GSQL linting TypeScript from GraphStudio code given to me by @jonherke

Contributing

Submitting a new issue

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!

Making a change

Please consult CONTRIBUTING for more details on contributing to this project.

Release Notes

For a more detailed list of changes please see the CHANGELOG.

0.0.x

  • 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

About

🐯 Community driven GSQL extension for VS Code

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published