Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ronreiter/interactive-tutorials
/ dedent
Function
dedent
static/js/codemirror/mode/vb/vb.js:44–46 ·
view source on GitHub ↗
(_stream, state)
Source
from the content-addressed store, hash-verified
42
}
43
44
function
dedent(_stream, state) {
45
state.currentIndent--;
46
}
47
// tokenizers
48
function
tokenBase(stream, state) {
49
if
(stream.eatSpace()) {
Callers
2
tokenBase
Function · 0.70
tokenLexer
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected