generated from redhat-developer/new-project-template
-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
lsp4ij/docs/user-defined-ls/rust-analyzer.md
Lines 38 to 48 in d73f275
| ## Syntax coloration | |
| Today LSP4IJ doesn't support `textDocument/semanticTokens` ([please vote at issue 238](https://github.com/redhat-developer/lsp4ij/issues/238)), the demo | |
| uses the [Rust TextMate grammar](https://github.com/microsoft/vscode/blob/main/extensions/rust/syntaxes/rust.tmLanguage.json) | |
| that you can configure in IntelliJ via the `Editor / TextMate Bundles` settings. | |
|  | |
| You need to clone https://github.com/microsoft/vscode and reference this folder | |
| (which contains the [package.json](https://github.com/microsoft/vscode/tree/main/extensions/rust)) | |
| to benefit from syntax coloration and language configuration (matching brackets, etc). |
#238 has been closed so I'm guessing this section needs to be updated.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation