Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmNudge/watlings
/ watLanguageSupport
Function
watLanguageSupport
web-build/src/editor.ts:132–134 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
130
const
watLanguage = StreamLanguage.define(watStreamParser);
131
132
function
watLanguageSupport() {
133
return
new
LanguageSupport(watLanguage);
134
}
135
136
const
initLSP = (() => {
137
let
cached: Promise<WatLSP> | null = null;
Callers
1
createEditor
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected