mirror of
https://github.com/heyman/heynote.git
synced 2025-01-11 00:18:29 +01:00
Move note-block.js into subdirectory
This commit is contained in:
parent
1695cc9d11
commit
8e88f33e4a
@ -3,9 +3,9 @@ import { layer, RectangleMarker } from "@codemirror/view"
|
||||
import { EditorState, RangeSetBuilder, StateField, Facet , StateEffect} from "@codemirror/state";
|
||||
import { RangeSet } from "@codemirror/rangeset";
|
||||
import { syntaxTree } from "@codemirror/language"
|
||||
import { Note, Document, NoteDelimiter } from "./lang-heynote/parser.terms.js"
|
||||
import { Note, Document, NoteDelimiter } from "../lang-heynote/parser.terms.js"
|
||||
import { IterMode } from "@lezer/common";
|
||||
import { INITIAL_DATA } from "./annotation.js";
|
||||
import { INITIAL_DATA } from "../annotation.js";
|
||||
|
||||
|
||||
// tracks the size of the first delimiter
|
@ -6,7 +6,7 @@ import { indentWithTab, insertTab, indentLess, indentMore } from "@codemirror/co
|
||||
import { nord } from "./theme/nord.mjs"
|
||||
import { customSetup } from "./setup.js"
|
||||
import { heynoteLang } from "./lang-heynote/heynote.js"
|
||||
import { noteBlockExtension } from "./note-block.js"
|
||||
import { noteBlockExtension } from "./block/note-block.js"
|
||||
|
||||
|
||||
export class HeynoteEditor {
|
||||
|
Loading…
Reference in New Issue
Block a user