public inbox for [email protected]
help / color / mirror / Atom feedFrom: Aditya Toshniwal <[email protected]>
To: pgadmin-hackers <[email protected]>
Subject: [pgAdmin][RM4198] Backslash as last char in constant confuses syntax highlighting
Date: Wed, 1 Jan 2020 14:51:57 +0530
Message-ID: <CAM9w-_k_Hp5cVNdj58iXSqJ32_LgBDZ4jAp6mD-A1wr0u25p0g@mail.gmail.com> (raw)
Hi Hackers,
The pull request - https://github.com/codemirror/CodeMirror/pull/6081 is
merged and released with Codemirror 5.50.0.
Attached is the patch to update the version in pgAdmin to fix syntax
highlighting.
--
Thanks and Regards,
Aditya Toshniwal
pgAdmin Hacker | Sr. Software Engineer | EnterpriseDB India | Pune
"Don't Complain about Heat, Plant a TREE"
Attachments:
[application/octet-stream] RM4198.patch (1.3K, 3-RM4198.patch)
download | inline diff:
diff --git a/web/package.json b/web/package.json
index d5f576e9d..d88885697 100644
--- a/web/package.json
+++ b/web/package.json
@@ -66,7 +66,7 @@
"bootstrap4-toggle": "3.4.0",
"bowser": "2.1.2",
"browserify": "~16.2.3",
- "codemirror": "^5.47.0",
+ "codemirror": "^5.50.0",
"css-loader": "2.1.0",
"cssnano": "^4.1.10",
"dropzone": "^5.5.1",
diff --git a/web/yarn.lock b/web/yarn.lock
index 09eb95873..9ac41f348 100644
--- a/web/yarn.lock
+++ b/web/yarn.lock
@@ -2394,10 +2394,10 @@ code-point-at@^1.0.0:
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
-codemirror@^5.47.0:
- version "5.49.2"
- resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.49.2.tgz#c84fdaf11b19803f828b0c67060c7bc6d154ccad"
- integrity sha512-dwJ2HRPHm8w51WB5YTF9J7m6Z5dtkqbU9ntMZ1dqXyFB9IpjoUFDj80ahRVEoVanfIp6pfASJbOlbWdEf8FOzQ==
+codemirror@^5.50.0:
+ version "5.50.0"
+ resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.50.0.tgz#aeacd18f225735b17cbab98908edace87fedcdab"
+ integrity sha512-32LAmGcBNhKtJP4WGgkcaCVQDyChAyaWA6jasg778ziZzo3PWBuhpAQIJMO8//Id45RoaLyXjuhcRUBoS8Vg+Q==
collection-visit@^1.0.0:
version "1.0.0"
view thread (2+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: [pgAdmin][RM4198] Backslash as last char in constant confuses syntax highlighting
In-Reply-To: <CAM9w-_k_Hp5cVNdj58iXSqJ32_LgBDZ4jAp6mD-A1wr0u25p0g@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox