Skip to content

Commit

Permalink
Merge branch 'theseus' of https://github.com/Vyxal/vyxal.github.io in…
Browse files Browse the repository at this point in the history
…to theseus
  • Loading branch information
gingershaped committed Nov 10, 2024
2 parents 3d6e835 + 09c7459 commit a42ec2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index/scripts/fizzbuzz.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { EditorView } from "codemirror";
import { vyxalLitLanguage } from "../../common/scripts/language/vyxal-lit";
import { vscodeDark } from "@uiw/codemirror-theme-vscode";

const view = new EditorView({
new EditorView({
doc: fizzbuzz,
extensions: [EditorView.editable.of(false), new LanguageSupport(vyxalLitLanguage), vscodeDark],
parent: document.getElementById("cm-parent")!,
Expand Down

0 comments on commit a42ec2c

Please sign in to comment.