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