Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-core/src/syntax/config.rs')
| -rw-r--r-- | helix-core/src/syntax/config.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/helix-core/src/syntax/config.rs b/helix-core/src/syntax/config.rs index ad1ddaf0..5cef5ce1 100644 --- a/helix-core/src/syntax/config.rs +++ b/helix-core/src/syntax/config.rs @@ -310,6 +310,7 @@ pub enum LanguageServerFeature { DocumentHighlight, Completion, CodeAction, + DocumentLinks, WorkspaceCommand, DocumentSymbols, WorkspaceSymbols, @@ -337,6 +338,7 @@ impl Display for LanguageServerFeature { DocumentHighlight => "document-highlight", Completion => "completion", CodeAction => "code-action", + DocumentLinks => "document-links", WorkspaceCommand => "workspace-command", DocumentSymbols => "document-symbols", WorkspaceSymbols => "workspace-symbols", |