From a4212e99b019acc452a876b789ff25247b64f583 Mon Sep 17 00:00:00 2001 From: Keith Hall Date: Mon, 24 Nov 2025 22:05:31 +0200 Subject: [PATCH] Patch Dockerfile to replace reference to non-existent context --- assets/patches/Dockerfile-bash.sublime-syntax.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 assets/patches/Dockerfile-bash.sublime-syntax.patch diff --git a/assets/patches/Dockerfile-bash.sublime-syntax.patch b/assets/patches/Dockerfile-bash.sublime-syntax.patch new file mode 100644 index 00000000..390685b9 --- /dev/null +++ b/assets/patches/Dockerfile-bash.sublime-syntax.patch @@ -0,0 +1,11 @@ +--- syntaxes/02_Extra/Docker/Syntaxes/Dockerfile-bash.sublime-syntax ++++ syntaxes/02_Extra/Docker/Syntaxes/Dockerfile-bash.sublime-syntax +@@ -50,7 +50,7 @@ + 1: keyword.control.dockerfile + push: + - match: (?=\s*\[) +- set: scope:source.json#arrays ++ set: scope:source.json#array + with_prototype: + - match: \n + pop: true