added support for keys without letters
This commit is contained in:
parent
c844db1fa1
commit
afa509cee0
4 changed files with 4 additions and 3 deletions
|
|
@ -279,7 +279,7 @@ static def extractSoundFromLine(String line) {
|
|||
|
||||
|
||||
static def isLayoutLine(String line) {
|
||||
return line.matches('\\s+- \\[.+?\\].*') && !line.find('\\d+]')
|
||||
return line.matches('\\s+- \\[.*?\\].*') && !line.find('\\d+]')
|
||||
}
|
||||
|
||||
//////////////////// VALIDATION ////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue