We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e84f0 commit c1b6130Copy full SHA for c1b6130
src/languages/postgresql/postgresql.keywords.ts
@@ -1,4 +1,4 @@
1
-export const keywords = [
+export const keywords: string[] = [
2
// https://www.postgresql.org/docs/14/sql-keywords-appendix.html
3
'ABORT',
4
'ABSOLUTE',
0 commit comments