pgAdmin 4 commit: Fix syntax highlighting in code mirror for backslash

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: pgAdmin 4 commit: Fix syntax highlighting in code mirror for backslash
Date: 2020-01-01 12:43:15
Message-ID: E1imdLH-0002sK-VA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix syntax highlighting in code mirror for backslash and escape constant. Fixes #4198.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=964f746d760638a0d1ee42f88a1fc6a249e76fec
Author: Aditya Toshniwal <aditya(dot)toshniwal(at)enterprisedb(dot)com>

Modified Files
--------------
docs/en_US/release_notes_4_17.rst | 1 +
web/package.json | 2 +-
web/yarn.lock | 8 ++++----
3 files changed, 6 insertions(+), 5 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-01-01 12:43:40 Re: [pgAdmin][RM4198] Backslash as last char in constant confuses syntax highlighting
Previous Message Aditya Toshniwal 2020-01-01 09:21:57 [pgAdmin][RM4198] Backslash as last char in constant confuses syntax highlighting