mirror of
https://github.com/louislam/dockge.git
synced 2024-11-23 19:34:04 +00:00
Stopped "keyword" match from taking \n (#255)
This commit is contained in:
parent
bec5460395
commit
8c6bcef987
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ export default {
|
|||
greedy: true
|
||||
},
|
||||
"keyword": {
|
||||
pattern: /^[^ :=]*(?=[:=])/m,
|
||||
pattern: /^\w*(?=[:=])/m,
|
||||
greedy: true
|
||||
},
|
||||
"value": {
|
||||
|
|
Loading…
Reference in a new issue