Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ yieldStatement
Function
yieldStatement
static/editor.md/lib/codemirror/mode/jade/jade.js:143–147 ·
view source on GitHub ↗
(stream)
Source
from the content-addressed store, hash-verified
141
}
142
143
function
yieldStatement(stream) {
144
if
(stream.match(/^yield\b/)) {
145
return
'keyword'
;
146
}
147
}
148
149
function
doctype(stream) {
150
if
(stream.match(/^(?:doctype) *([^\n]+)?/)) {
Callers
1
nextToken
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected