mirror of
https://github.com/sharkdp/bat.git
synced 2026-02-08 00:32:08 +00:00
Patch Dockerfile to replace reference to non-existent context
This commit is contained in:
11
assets/patches/Dockerfile-bash.sublime-syntax.patch
vendored
Normal file
11
assets/patches/Dockerfile-bash.sublime-syntax.patch
vendored
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user