This commit is contained in:
Kovid Goyal 2014-11-21 13:35:10 +05:30
parent ee06db6ff8
commit 7aa1f5e54f

View File

@ -29,7 +29,7 @@ class JavascriptLexer(RegexLexer):
modify it.
"""
flags = re.DOTALL | re.UNICODE | re.MULTILINE
flags = re.UNICODE | re.MULTILINE
tokens = {
b'commentsandwhitespace': [