Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-view/src/document.rs')
| -rw-r--r-- | helix-view/src/document.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/helix-view/src/document.rs b/helix-view/src/document.rs index ac1f3d40..9c69163b 100644 --- a/helix-view/src/document.rs +++ b/helix-view/src/document.rs @@ -624,7 +624,6 @@ impl Document { self.set_language(language_config, Some(config_loader)); } - #[cfg(feature = "lsp")] /// Set the programming language for the file if you know the language but don't have the /// [`syntax::LanguageConfiguration`] for it. pub fn set_language_by_language_id( |