mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-04-20 13:18:54 +00:00
feat: changes
This commit is contained in:
@@ -29,6 +29,7 @@ import { actionMetaPlugin } from "./action-meta-plugin";
|
||||
import { parsedChordsField } from "./parsed-chords-plugin";
|
||||
import { changesPanel } from "./changes-panel.svelte";
|
||||
import { searchKeymap } from "@codemirror/search";
|
||||
import { actionHover } from "./action-tooltip";
|
||||
|
||||
const serializedFields = {
|
||||
history: historyField,
|
||||
@@ -47,6 +48,7 @@ export function createConfig(params: EditorConfig) {
|
||||
actionMetaPlugin.plugin,
|
||||
deviceChordField,
|
||||
parsedChordsField,
|
||||
actionHover,
|
||||
changesPanel(),
|
||||
lintGutter(),
|
||||
params.rawCode ? [lineNumbers()] : [delimPlugin, actionPlugin],
|
||||
|
||||
Reference in New Issue
Block a user