fix(regex): match literal `.` rather than any character (#30)
This commit is contained in:
parent
6029acbdaa
commit
59240192dc
|
|
@ -1,5 +1,5 @@
|
|||
name: 7.1 Surround
|
||||
pattern: '7.1'
|
||||
pattern: '7\.1'
|
||||
description: ''
|
||||
tags:
|
||||
- Audio
|
||||
|
|
|
|||
Loading…
Reference in New Issue