mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 19:37:54 +03:00
Fixing (in two ways) a small typo (#2156)
This commit is contained in:
parent
c2a40d9d52
commit
2bddec02e7
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
/// Default bultin-in languages.toml.
|
/// Default built-in languages.toml.
|
||||||
pub fn default_lang_config() -> toml::Value {
|
pub fn default_lang_config() -> toml::Value {
|
||||||
toml::from_slice(include_bytes!("../../languages.toml"))
|
toml::from_slice(include_bytes!("../../languages.toml"))
|
||||||
.expect("Could not parse bultin-in languages.toml to valid toml")
|
.expect("Could not parse built-in languages.toml to valid toml")
|
||||||
}
|
}
|
||||||
|
|
||||||
/// User configured languages.toml file, merged with the default config.
|
/// User configured languages.toml file, merged with the default config.
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
; non-bultin command names
|
; non-builtin command names
|
||||||
(command name: (word) @function)
|
(command name: (word) @function)
|
||||||
|
|
||||||
; derived from builtin -n (fish 3.2.2)
|
; derived from builtin -n (fish 3.2.2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue