Skip to content

Commit

Permalink
remove java for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekwuno authored Nov 5, 2024
1 parent d7436df commit f2d24be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/rehypeCodemirrorPlugin.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { highlightCode, tagHighlighter, tags } from '@lezer/highlight';
import { parser as javascriptParser } from '@lezer/javascript';
import { parser as jsonParser } from '@lezer/json';
import { parser as phpParser } from '@lezer/php';
import { csharp, java } from "@codemirror/legacy-modes/mode/clike";
import { csharp} from "@codemirror/legacy-modes/mode/clike";
import { parser as pythonParser } from '@lezer/python';
import { parser as rustParser } from '@lezer/rust';
import { parser as yamlParser } from '@lezer/yaml';
Expand Down

0 comments on commit f2d24be

Please sign in to comment.