mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
Merge branch 'master' into great_line_ending_and_cursor_range_cleanup
This commit is contained in:
commit
e462f32723
11 changed files with 114 additions and 44 deletions
|
@ -35,6 +35,8 @@ pub struct LanguageConfiguration {
|
|||
pub scope: String, // source.rust
|
||||
pub file_types: Vec<String>, // filename ends_with? <Gemfile, rb, etc>
|
||||
pub roots: Vec<String>, // these indicate project roots <.git, Cargo.toml>
|
||||
pub comment_token: Option<String>,
|
||||
pub config: Option<String>,
|
||||
|
||||
#[serde(default)]
|
||||
pub auto_format: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue