Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ indent
Function
indent
static/editor.md/lib/codemirror/mode/jade/jade.js:427–431 ·
view source on GitHub ↗
(stream)
Source
from the content-addressed store, hash-verified
425
}
426
427
function
indent(stream) {
428
if
(stream.sol() && stream.eatSpace()) {
429
return
'indent'
;
430
}
431
}
432
433
function
comment(stream, state) {
434
if
(stream.match(/^ *\/\/(-)?([^\n]*)/)) {
Callers
1
nextToken
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected