diff options
author | lukegb <lukegb@tvl.fyi> | 2021-04-04T10·28+0000 |
---|---|---|
committer | lukegb <lukegb@tvl.fyi> | 2021-04-04T10·30+0000 |
commit | 9551b628d02323b01ecb80220342eea488f7200e (patch) | |
tree | 6049ddd79c0e9937f45aa9db18eef97c10635f86 /third_party/gerrit/0003-Syntax-highlight-rules.pl.patch | |
parent | f59c6214c4b1812120bd500a23d1cb6e160d6665 (diff) |
revert(3p/gerrit): chore(3p/gerrit): update gerrit and plugins r/2424
This reverts commit f59c6214c4b1812120bd500a23d1cb6e160d6665. Reason for revert: new gerrit's JS appears to not have compiled correctly; rolling back until I can figure out why Change-Id: If16fe341aad25bef30ed7be8c6ac49cadf2a732c Reviewed-on: https://cl.tvl.fyi/c/depot/+/2821 Reviewed-by: lukegb <lukegb@tvl.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/gerrit/0003-Syntax-highlight-rules.pl.patch')
-rw-r--r-- | third_party/gerrit/0003-Syntax-highlight-rules.pl.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch b/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch index 096057f1ad4f..f77f5c8f6aa5 100644 --- a/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch +++ b/third_party/gerrit/0003-Syntax-highlight-rules.pl.patch @@ -1,17 +1,17 @@ -From 7c2e72527d177fd26505821e6297e6aa270a4f96 Mon Sep 17 00:00:00 2001 +From a76aba976de1a1e46c5aeb8772f3f2d58c7efda4 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown <git@lukegb.com> Date: Thu, 2 Jul 2020 23:02:43 +0100 -Subject: [PATCH 3/7] Syntax highlight rules.pl +Subject: [PATCH 3/6] Syntax highlight rules.pl --- .../diff/gr-syntax-layer/gr-syntax-layer.ts | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts -index 2762ccc625..ebb5d9dad9 100644 +index 0c3bb40ce4..ace253da30 100644 --- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts +++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.ts -@@ -103,6 +103,10 @@ const LANGUAGE_MAP = new Map<string, string>([ +@@ -109,6 +109,10 @@ const LANGUAGE_MAP = new Map<string, string>([ ]); const ASYNC_DELAY = 10; @@ -22,7 +22,7 @@ index 2762ccc625..ebb5d9dad9 100644 const CLASS_SAFELIST = new Set<string>([ 'gr-diff gr-syntax gr-syntax-attr', 'gr-diff gr-syntax gr-syntax-attribute', -@@ -241,10 +245,17 @@ export class GrSyntaxLayer implements DiffLayer { +@@ -258,10 +262,17 @@ export class GrSyntaxLayer } } |