mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where backslash breaks syntax highlighting. #7528
This commit is contained in:
@@ -4,7 +4,6 @@ const extraKeywords = 'unsafe';
|
||||
const keywords = PostgreSQL.spec.keywords.replace(/\b\w\b/, '') + ' ' + extraKeywords;
|
||||
|
||||
const PgSQL = SQLDialect.define({
|
||||
backslashEscapes: true,
|
||||
charSetCasts: true,
|
||||
doubleDollarQuotedStrings: false,
|
||||
operatorChars: '+-*/<>=~!@#%^&|`?',
|
||||
|
||||
Reference in New Issue
Block a user