Skip to content

Commit

Permalink
Fix escape code
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed May 29, 2023
1 parent 8fbaccf commit 187bace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pygments/lexers/sql.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class PostgresConsoleLexer(Lexer):
psql (15.3)
Type "help" for help.
testdb=> \echo `date`
testdb=> \\echo `date`
Tue Oct 26 21:40:57 CEST 1999
testdb=> CREATE TABLE my_table (
testdb(> first integer not null default 0,
Expand Down

0 comments on commit 187bace

Please sign in to comment.