mirror of
https://github.com/louislam/dockge.git
synced 2024-11-29 03:35:42 +01:00
Stopped "keyword" match from taking \n (#255)
This commit is contained in:
parent
bec5460395
commit
8c6bcef987
@ -622,7 +622,7 @@ export default {
|
|||||||
greedy: true
|
greedy: true
|
||||||
},
|
},
|
||||||
"keyword": {
|
"keyword": {
|
||||||
pattern: /^[^ :=]*(?=[:=])/m,
|
pattern: /^\w*(?=[:=])/m,
|
||||||
greedy: true
|
greedy: true
|
||||||
},
|
},
|
||||||
"value": {
|
"value": {
|
||||||
|
Loading…
Reference in New Issue
Block a user