mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Support <code> blocks from Rust docs
This commit is contained in:
parent
b55a1c561a
commit
a05e09acbe
@ -155,6 +155,9 @@ export function createClient(serverPath: string, workspace: Workspace, extraEnv:
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
},
|
||||||
|
markdown: {
|
||||||
|
supportHtml: true,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user