Skip to content

Commit

Permalink
Update documentation of Document.language to reflect what it is now
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathspy committed Jul 7, 2022
1 parent 24a0941 commit 283b8e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-view/src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ pub struct Document {
pub line_ending: LineEnding,

syntax: Option<Syntax>,
/// Corresponding language scope name. Usually `source.<lang>`.
/// Corresponding language configuration as deserialized from languages.toml
pub(crate) language: Option<Arc<LanguageConfiguration>>,

/// Pending changes since last history commit.
Expand Down

0 comments on commit 283b8e7

Please sign in to comment.