MCPcopy Create free account
hub / github.com/TruthHun/BookStack / continueLine

Function continueLine

static/editor.md/lib/codemirror/mode/slim/slim.js:97–105  ·  view source on GitHub ↗
(state, column)

Source from the content-addressed store, hash-verified

95 }
96
97 function continueLine(state, column) {
98 state.stack = {
99 parent: state.stack,
100 style: "continuation",
101 indented: column,
102 tokenize: state.line
103 };
104 state.line = state.tokenize;
105 }
106 function finishContinue(state) {
107 if (state.line == state.tokenize) {
108 state.line = state.stack.tokenize;

Callers 3

lineContinuableFunction · 0.85
commaContinuableFunction · 0.85
readQuotedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected