Commit graph

190 commits

Author SHA1 Message Date
Patrick Förster
5433bf4995 Move distro module to separate crate 2023-04-07 10:20:08 +02:00
Patrick Förster
cb13ad3978 Split tex and aux indices into separate structs 2023-04-07 09:56:58 +02:00
Patrick Förster
2af2e3524f Move parser to separate crate 2023-03-29 21:47:03 +02:00
Patrick Förster
037aad5513 Move syntax module to separate crate 2023-03-29 21:37:10 +02:00
Patrick Förster
e5616a837e Parse TeX distro index 2021-03-28 18:43:42 +02:00
Patrick Förster
14099ff60a Use proc_macro2 in favor of syn export module 2021-01-09 10:51:30 +01:00
Patrick Förster
0ed02291eb Remove trailing whitespace 2021-01-06 20:46:14 +01:00
Eric Förster
71c3ee3b2a Configure tokio features 2020-05-23 11:17:01 +02:00
Patrick Förster
d7036f2ce7 Use bibutils-sys from crates.io 2020-05-09 19:49:41 +02:00
Eric Förster
0ffe2997e5 Use correct mail addresses in Cargo.toml 2020-05-09 19:37:18 +02:00
Patrick Förster
125faa1abb Undo crate splitting in favor of crates.io release 2020-05-05 17:32:56 +02:00
Eric Förster
286d3d740a Remove commented out line 2020-05-03 18:13:58 +02:00
Eric Förster
59df945b8a Replace future_boxed with async_trait 2020-05-03 18:12:10 +02:00
Eric Förster
558b7fb2cc Ignore URI fragments when resolving files 2020-05-02 18:49:39 +02:00
Patrick Förster
5a676d3787 Fix crash in symbols with theorem descriptions 2020-05-01 16:16:17 +02:00
Eric Förster
7a88e598a6
Merge pull request #213 from latex-lsp/dependabot/cargo/lsp-types-0.74.0
Bump lsp-types from 0.73.0 to 0.74.0
2020-04-28 22:05:11 +02:00
dependabot-preview[bot]
ecfb086b6b Bump lsp-types from 0.73.0 to 0.74.0
Bumps [lsp-types](https://github.com/gluon-lang/lsp-types) from 0.73.0 to 0.74.0.
- [Release notes](https://github.com/gluon-lang/lsp-types/releases)
- [Changelog](https://github.com/gluon-lang/lsp-types/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gluon-lang/lsp-types/compare/vv0.73.0...vv0.74.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-28 21:55:34 +02:00
dependabot-preview[bot]
3337466964 Bump tokio-util from 0.2.0 to 0.3.1
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.2.0 to 0.3.1.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 15:12:21 +02:00
dependabot-preview[bot]
a6b931efb4
Bump smallvec from 1.3.0 to 1.4.0
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/servo/rust-smallvec/releases)
- [Commits](https://github.com/servo/rust-smallvec/compare/v1.3.0...v1.4.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-27 09:12:40 +00:00
Patrick Förster
c0a9240adc Improve performance of LaTeX command completion 2020-04-20 18:42:26 +02:00
Patrick Förster
f5d50497a7 Handle subfiles package in forward search module 2020-04-17 12:37:15 +02:00
Patrick Förster
629704a2bd
Merge pull request #182 from latex-lsp/dependabot/cargo/itertools-0.9.0
Bump itertools from 0.8.2 to 0.9.0
2020-04-17 10:48:10 +02:00
Patrick Förster
7eb1adcf92 Improve performance of command completion 2020-04-17 10:47:48 +02:00
dependabot-preview[bot]
d168400402
Bump itertools from 0.8.2 to 0.9.0
Bumps [itertools](https://github.com/bluss/rust-itertools) from 0.8.2 to 0.9.0.
- [Release notes](https://github.com/bluss/rust-itertools/releases)
- [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bluss/rust-itertools/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-16 13:56:20 +00:00
Patrick Förster
e316522f93 Provide document links for imports 2020-04-16 15:25:35 +02:00
Patrick Förster
6facbe3e27 Add support for imports in workspace detection 2020-04-16 14:51:43 +02:00
Patrick Förster
fcca5f06d2 Improve performance of LaTeX analysis 2020-04-15 16:06:31 +02:00
Patrick Förster
f1766a1eb7 Split features into crates 2020-04-13 10:26:41 +02:00
Patrick Förster
0fba51b188 Improve incremental compile time 2020-04-12 20:01:24 +02:00
Patrick Förster
966b33b6d9 Refactor LaTeX completion module 2020-03-21 10:14:27 +01:00
Patrick Förster
91b33f1aa3 Refactor citeproc module 2020-03-16 15:35:47 +01:00
Patrick Förster
69586dcec1 Add integration testing module 2020-03-10 19:49:21 +01:00
Patrick Förster
c9ce4069e5 Refactor jsonrpc module 2020-02-28 21:25:52 +01:00
Patrick Förster
77d5b2069f Refactor TeX distribution wrapper 2020-02-28 20:56:19 +01:00
Patrick Förster
402478c4a7 Start refactoring 2020-02-28 17:33:56 +01:00
Patrick Förster
190142cee9 Revert "Turn on rootDirectory setting by default"
This reverts commit 070d3829e6.
2020-02-27 17:22:32 +01:00
Patrick Förster
070d3829e6 Turn on rootDirectory setting by default 2020-02-27 09:10:57 +01:00
Patrick Förster
630f72cfbe Use root directory when completing includes 2020-02-27 08:55:50 +01:00
Patrick Förster
71f4a021ef Fix broken tests 2020-02-26 20:36:09 +01:00
Patrick Förster
54d0651c5c Use rootDirectory setting to resolve output files 2020-02-26 19:12:42 +01:00
Patrick Förster
f1d7d49906 Add root directory setting for resolving includes 2020-02-26 17:48:06 +01:00
Patrick Förster
67ed52d976 Pass configuration to LaTeX parser 2020-02-26 16:24:44 +01:00
Patrick Förster
c65d74a046 Make JSON-RPC notifications async 2020-02-26 16:14:50 +01:00
dependabot-preview[bot]
762c7278cd
Bump serde_json from 1.0.47 to 1.0.48
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.47 to 1.0.48.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.47...v1.0.48)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 07:59:16 +00:00
dependabot-preview[bot]
b2a496197b Bump serde_json from 1.0.46 to 1.0.47
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.46 to 1.0.47.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.46...v1.0.47)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 08:00:08 +00:00
dependabot-preview[bot]
75882353a4
Bump serde_json from 1.0.45 to 1.0.46
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.45 to 1.0.46.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.45...v1.0.46)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 08:24:33 +00:00
dependabot-preview[bot]
2b86d76b69
Bump regex from 1.3.3 to 1.3.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.3.3 to 1.3.4.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.3.3...1.3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-03 07:57:51 +00:00
Patrick Förster
f85afb3621 Use output directory setting for aux files 2020-01-29 18:06:30 +01:00
Patrick Förster
9d8e2f0ca0 Use output directory setting during forward search 2020-01-29 16:01:02 +01:00
Patrick Förster
533e85b2aa Pass configuration to feature providers 2020-01-29 15:13:13 +01:00