REVOKE keyword does not exist in syntax highlighting in SQL editor #16950
Simbaclaws
started this conversation in
Contribute to Supabase
Replies: 1 comment
-
|
All related to the syntax checker not being updated for Postgres15. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
Whenever you try to use the REVOKE keyword which is valid SQL syntax, Supabase doesn't highlight the keyword in syntax highlighting. But queries using the REVOKE keyword are succesfully executed. Might this keyword not exist within your SQL syntax highlighting?
To Reproduce
Expected behavior
I expect REVOKE to come up blue as it is a correct keyword to use
Screenshots
System information
Additional context
None
Beta Was this translation helpful? Give feedback.
All reactions