The \. is still important to escape the period, so it matches a literal period and not any character.
This commit is contained in:
parent
776d40cceb
commit
fa23c263f0
|
|
@ -1,5 +1,5 @@
|
||||||
name: 7.1 Surround
|
name: 7.1 Surround
|
||||||
pattern: '7.1'
|
pattern: '7\.1'
|
||||||
description: ''
|
description: ''
|
||||||
tags:
|
tags:
|
||||||
- Audio
|
- Audio
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue