summaryrefslogtreecommitdiff
path: root/sci2jslex.py
diff options
context:
space:
mode:
Diffstat (limited to 'sci2jslex.py')
-rwxr-xr-xsci2jslex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sci2jslex.py b/sci2jslex.py
index 473a44ba..eca88059 100755
--- a/sci2jslex.py
+++ b/sci2jslex.py
@@ -154,7 +154,7 @@ def t_DOT(t):
return t
def t_MULTIPLICATION(t):
- r'[*/^\\]'
+ r'\*\*|[*/^\\]'
global afterarray
afterarray = False
return t