forked from pool/texlab
caff44a264
* Do not return symbols with empty names * Repair `textDocument/formatting` request * From 5.4.0: - Add experimental settings to allow extending the list of special environments: * `texlab.experimental.mathEnvironments` * `texlab.experimental.enumEnvironments` * `texlab.experimental.verbatimEnvironments` - Add `texlab.changeEnvironment workspace command - Add `texlab.showDependencyGraph workspace command - Do not show caption or section names in label inlay hints - Include more user-defined commands in command completion - Parse nested `\iffalse` blocks correctly - Parse commands with multi-byte characters correctly - Fix checking whether a document can be a root file OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=34
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
[source.crates-io]
|
|
replace-with = "vendored-sources"
|
|
|
|
[source."git+https://github.com/salsa-rs/salsa?rev=ef7c0f12c8159e7025316e959c26f6278a576fa5"]
|
|
git = "https://github.com/salsa-rs/salsa"
|
|
rev = "ef7c0f12c8159e7025316e959c26f6278a576fa5"
|
|
replace-with = "vendored-sources"
|
|
|
|
[source.vendored-sources]
|
|
directory = "vendor" |