Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ tokenize
Function
tokenize
lib/web/CodeMirror/mode/shell/shell.js:148–150 ·
view source on GitHub ↗
(stream, state)
Source
from the content-addressed store, hash-verified
146
}
147
148
function
tokenize(stream, state) {
149
return
(state.tokens[0] || tokenBase) (stream, state);
150
};
151
152
return
{
153
startState:
function
() {
return
{tokens:[]};},
Callers
5
tokenBase
Function · 0.70
tokenString
Function · 0.70
tokenStringStart
Function · 0.70
tokenDollar
Function · 0.70
shell.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected