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 {
|
||||
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.
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
]
|
||||
)
|
||||
|
||||
; non-bultin command names
|
||||
; non-builtin command names
|
||||
(command name: (word) @function)
|
||||
|
||||
; derived from builtin -n (fish 3.2.2)
|
||||
|
|
Loading…
Add table
Reference in a new issue