Skip to content

Commit c1b6130

Browse files
committed
Add missing type
1 parent 44e84f0 commit c1b6130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/postgresql/postgresql.keywords.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const keywords = [
1+
export const keywords: string[] = [
22
// https://www.postgresql.org/docs/14/sql-keywords-appendix.html
33
'ABORT',
44
'ABSOLUTE',

0 commit comments

Comments
 (0)