We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b9163e commit 2b82810Copy full SHA for 2b82810
client/modules/IDE/components/Editor/p5JavaScript.js
@@ -1,6 +1,6 @@
1
import { LanguageSupport } from '@codemirror/language';
2
import { javascript } from '@codemirror/lang-javascript';
3
-import { p5Hinter } from '../../../../utils/p5-hinter-cm6';
+import { p5Hinter } from '../../../../utils/p5-hinter';
4
5
function testCompletions(context) {
6
const word = context.matchBefore(/\w*/);
0 commit comments