Skip to content

Commit 26eb00c

Browse files
authored
1 parent f676e37 commit 26eb00c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/languages/postgresql/postgresql.keywords.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export const keywords: string[] = [
1818
'COLLATE', // reserved
1919
'COLLATION', // reserved (can be function or type)
2020
'COLUMN', // reserved
21+
'COMMENT', // reserved
2122
'CONCURRENTLY', // reserved (can be function or type)
2223
'CONSTRAINT', // reserved
2324
'CREATE', // reserved, requires AS

0 commit comments

Comments
 (0)