We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0eeec commit ba60266Copy full SHA for ba60266
server/src/server.ts
@@ -37,7 +37,7 @@ import {
37
38
import { TextDocument } from "vscode-languageserver-textdocument";
39
import Parser from "tree-sitter";
40
-import * as Language from "../../tree-sitter-scrapscript/bindings/node";
+import * as Language from "tree-sitter-scrapscript/bindings/node";
41
42
// ===== Enhanced Types and Constants =====
43
export type SyntaxNode = Parser.SyntaxNode;
0 commit comments