Skip to content

Commit

Permalink
Add named argument operators to posgresql
Browse files Browse the repository at this point in the history
  • Loading branch information
briandunn committed Mar 5, 2021
1 parent 3cd6d98 commit a20c0ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/languages/PostgreSqlFormatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,8 @@ export default class PostgreSqlFormatter extends Formatter {
'!~*',
'!~',
'!!',
':=',
'=>',
],
});
}
Expand Down

0 comments on commit a20c0ce

Please sign in to comment.