Skip to content

Commit 84f5b1c

Browse files
committed
Add missing PostgreSQL JSON operators
1 parent c7f88fe commit 84f5b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/languages/postgresql.formatter.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,6 +1631,8 @@ const binaryOperators = [
16311631
':=',
16321632
'->>',
16331633
'->',
1634+
'#>>',
1635+
'#>',
16341636
'=>',
16351637
'~~*',
16361638
'~~',

0 commit comments

Comments
 (0)