MCPcopy 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

130const watLanguage = StreamLanguage.define(watStreamParser);
131
132function watLanguageSupport() {
133 return new LanguageSupport(watLanguage);
134}
135
136const initLSP = (() => {
137 let cached: Promise<WatLSP> | null = null;

Callers 1

createEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected