mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 04:17:43 +03:00
parent
69fe46a122
commit
278361a086
3 changed files with 11 additions and 3 deletions
|
@ -28,8 +28,8 @@ pub struct LanguageConfiguration {
|
|||
pub file_types: Vec<String>, // filename ends_with? <Gemfile, rb, etc>
|
||||
pub roots: Vec<String>, // these indicate project roots <.git, Cargo.toml>
|
||||
|
||||
// pub path: PathBuf,
|
||||
// root_path for tree-sitter (^)
|
||||
#[serde(default)]
|
||||
pub auto_format: bool,
|
||||
|
||||
// content_regex
|
||||
// injection_regex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue