Fixes #913
@ -8,6 +8,8 @@ Solidity parsers.
Improved handling of variable names `$foo` in shell scripts.
Improved detection of YAML files.
### Diffing
Improved subword highlighting for words with hyphens.
@ -414,7 +414,7 @@ pub(crate) fn language_globs(language: Language) -> Vec<glob::Pattern> {
".cproject",
".project",
],
Yaml => &["*.yaml", "*.yml"],
Yaml => &["*.yaml", "*.yml", "yarn.lock", "CITATION.cff"],
Zig => &["*.zig"],
};