Skip to content

Commit

Permalink
fix(langs): remove clike import (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
gtn1024 authored Sep 1, 2023
1 parent 21d8048 commit 24e1e35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/langs/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ import { asciiArmor } from '@codemirror/legacy-modes/mode/asciiarmor';
import { asterisk } from '@codemirror/legacy-modes/mode/asterisk';
import { brainfuck } from '@codemirror/legacy-modes/mode/brainfuck';
import {
clike,
c,
scala,
kotlin,
Expand Down

0 comments on commit 24e1e35

Please sign in to comment.