Skip to content

Commit

Permalink
Fix import in peg.js
Browse files Browse the repository at this point in the history
Same error as in codemirror/dev#522.

Same solution as in commit 2d69f0e
  • Loading branch information
ddadamhooper committed May 9, 2023
1 parent 846a149 commit 265edad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/pegjs.js
@@ -1,4 +1,4 @@
import {javascript} from "./javascript"
import {javascript} from "./javascript.js"

function identifier(stream) {
return stream.match(/^[a-zA-Z_][a-zA-Z0-9_]*/)
Expand Down

0 comments on commit 265edad

Please sign in to comment.