We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30866b4 commit 881e465Copy full SHA for 881e465
1 file changed
config/add-overlay-annotations.py
@@ -20,7 +20,7 @@
20
import re
21
from difflib import context_diff
22
23
-OVERLAY_PATTERN = re.compile(r'overlay\[[a-zA-Z0-9?_\\-]+\]')
+OVERLAY_PATTERN = re.compile(r'overlay\[[a-zA-Z?_-]+\]')
24
25
def has_overlay_annotations(lines):
26
'''
0 commit comments