early prototype of a language server

currently only provides hover info (but that's already quite useful for debugging)
This commit is contained in:
Mark
2023-12-05 23:04:17 +01:00
parent 8b60da8d99
commit 0759b769e0
42 changed files with 892 additions and 26 deletions

View File

@@ -76,6 +76,7 @@ impl Config {
unreachable!("run_command called with non-tuple argument")
}
}),
inner_statements: None,
}),
)
}