mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
ee06db6ff8
commit
7aa1f5e54f
@ -29,7 +29,7 @@ class JavascriptLexer(RegexLexer):
|
|||||||
modify it.
|
modify it.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
flags = re.DOTALL | re.UNICODE | re.MULTILINE
|
flags = re.UNICODE | re.MULTILINE
|
||||||
|
|
||||||
tokens = {
|
tokens = {
|
||||||
b'commentsandwhitespace': [
|
b'commentsandwhitespace': [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user