We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e258bb commit 6909feaCopy full SHA for 6909fea
src/etc/htmldocck.py
@@ -270,7 +270,7 @@ def filter_line(line):
270
271
LINE_PATTERN = re.compile(r'''
272
//@\s+
273
- (?P<negated>!?)(?P<cmd>[A-Za-z]+(?:-[A-Za-z]+)*)
+ (?P<negated>!?)(?P<cmd>[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*)
274
(?P<args>.*)$
275
''', re.X | re.UNICODE)
276
0 commit comments