mirror of
https://github.com/louislam/dockge.git
synced 2026-05-21 14:02:17 +00:00
Stopped "keyword" match from taking \n (#255)
This commit is contained in:
@@ -622,7 +622,7 @@ export default {
|
||||
greedy: true
|
||||
},
|
||||
"keyword": {
|
||||
pattern: /^[^ :=]*(?=[:=])/m,
|
||||
pattern: /^\w*(?=[:=])/m,
|
||||
greedy: true
|
||||
},
|
||||
"value": {
|
||||
|
||||
Reference in New Issue
Block a user