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

[BUG] Add missing keywords for syntax highlighting #7

Open
jimw567 opened this issue Jan 31, 2021 · 3 comments
Open

[BUG] Add missing keywords for syntax highlighting #7

jimw567 opened this issue Jan 31, 2021 · 3 comments
Assignees
Labels
bug Something isn't working
Projects

Comments

@jimw567
Copy link

jimw567 commented Jan 31, 2021

Describe the bug vs Expected Behaviour
As I develop more code in VSCode with the vsc-gsql-extension, I notice some keywords don't have the right highlighting. I will add them as I go. Below is the initial list:

INTERPRET QUERY

To Reproduce
Type the keywords above in VSC editor and check the highlighting

Screenshots
If applicable, add screenshots to help explain your problem.

Note the color difference between CREATE QUERY vs INTERPRET QUERY
image

VSCode Version: e.g. 0.0.2

Additional context
Add any other context about the problem here.

@jimw567 jimw567 added the bug Something isn't working label Jan 31, 2021
@jimw567
Copy link
Author

jimw567 commented Jan 31, 2021

@DavidBakerEffendi I can take care of the keywords issue as I go if that is ok with you. I will create a pull request once I am done. Just LMK.

@DavidBakerEffendi
Copy link
Owner

@jimw567 Thanks so much. Yeah, all the work is done under syntaxes/gsql.tmLanguage.json. Let me know if you get stuck and you can also shoot me messages on Discord under BigDataDave#9733.

@DavidBakerEffendi DavidBakerEffendi added this to To do in General Feb 1, 2021
@DavidBakerEffendi DavidBakerEffendi moved this from To do to In progress in General Feb 1, 2021
@DavidBakerEffendi
Copy link
Owner

Something interesting to note and explain perhaps why it isn't highlighted, so I added everything from the EBNF and even on GraphStudio they don't highlight INTERPRET
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
General
In progress
Development

No branches or pull requests

2 participants