mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-03 17:48:20 +00:00
consistent slashes
This commit is contained in:
parent
94216fa5ad
commit
14e9bfffa3
1 changed files with 2 additions and 2 deletions
|
@ -139,10 +139,10 @@ All feature requests should ideally start out as a discussion topic, to gather f
|
|||
The project is written in Rust using PyO3 for Python integration. Here is a high-level overview of the project and the various crates:
|
||||
|
||||
- Main CLI interface ([`crates/djls/`](./crates/djls/))
|
||||
- Django and Python project introspection ([`crates/djls-project`](./crates/djls-project/))
|
||||
- Django and Python project introspection ([`crates/djls-project/`](./crates/djls-project/))
|
||||
- LSP server implementation ([`crates/djls-server/`](./crates/djls-server/))
|
||||
- Template parsing ([`crates/djls-template-ast/`](./crates/djls-template-ast/))
|
||||
- Tokio-based background task management ([`crates/djls-worker`](./crates/djls-worker/))
|
||||
- Tokio-based background task management ([`crates/djls-worker/`](./crates/djls-worker/))
|
||||
|
||||
Code contributions are welcome from developers of all backgrounds. Rust expertise is especially valuable for the LSP server and core components.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue