Skip to content

Commit

Permalink
Add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Dec 1, 2023
1 parent 44e84f0 commit c1b6130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/languages/postgresql/postgresql.keywords.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const keywords = [
export const keywords: string[] = [
// https://www.postgresql.org/docs/14/sql-keywords-appendix.html
'ABORT',
'ABSOLUTE',
Expand Down

0 comments on commit c1b6130

Please sign in to comment.