feat(zk): support for zk notebook
This commit is contained in:
parent
554cfa9a26
commit
28c4208cd2
4 changed files with 46 additions and 0 deletions
|
@ -3,3 +3,16 @@ name = "rust"
|
|||
|
||||
[language-server.rust-analyzer.config.check]
|
||||
command = "clippy"
|
||||
|
||||
[language-server.zk]
|
||||
command = "zk"
|
||||
args = ["lsp"]
|
||||
|
||||
|
||||
[[language]]
|
||||
name = "markdown"
|
||||
scope = "source.md"
|
||||
injection-regex = "md|markdown"
|
||||
file-types = ["md", "markdown"]
|
||||
roots = [".zk"]
|
||||
language-servers = ["zk"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue