Skip to content

Commit

Permalink
fix: remove incorrect autocomplete from GROQ (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
cngonzalez committed Apr 5, 2024
1 parent e208156 commit 1f45acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/codemirror/defaultCodeModes.ts
Expand Up @@ -11,7 +11,7 @@ export const defaultCodeModes: CodeMode[] = [
{
name: 'groq',
loader: () =>
import('@codemirror/lang-javascript').then(({javascript}) => javascript({jsx: false})),
import('@codemirror/lang-javascript').then(({javascriptLanguage}) => javascriptLanguage),
},
{
name: 'javascript',
Expand Down

0 comments on commit 1f45acb

Please sign in to comment.