Skip to content

Commit

Permalink
PARI/GP: Regexp optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Golmote committed Oct 22, 2017
1 parent 9320e92 commit 2c7b59b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/prism-parigp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Prism.languages.parigp = {
'comment': /\/\*[\s\S]*?\*\/|\\\\.*/,
'string': {
pattern: /"(?:[^"\\]|\\.)*"/,
pattern: /"(?:[^"\\\r\n]|\\.)*"/,
greedy: true
},
// PARI/GP does not care about white spaces at all
Expand Down
2 changes: 1 addition & 1 deletion components/prism-parigp.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2c7b59b

Please sign in to comment.