Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ kw
Function
kw
static/editor.md/lib/codemirror/mode/javascript/javascript.js:27–27 ·
view source on GitHub ↗
(type)
Source
from the content-addressed store, hash-verified
25
26
var
keywords =
function
(){
27
function
kw(
type
) {
return
{
type
:
type
, style:
"keyword"
};}
28
var
A = kw(
"keyword a"
), B = kw(
"keyword b"
), C = kw(
"keyword c"
);
29
var
operator = kw(
"operator"
), atom = {
type
:
"atom"
, style:
"atom"
};
30
Callers
1
javascript.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected