From 3104482c6c7c06c02be7d63927487c64695ea290 Mon Sep 17 00:00:00 2001 From: Angelo Verlain <37999241+vixalien@users.noreply.github.com> Date: Fri, 19 Dec 2025 12:34:40 +0200 Subject: [PATCH] languages: Detect `.bst` files as YAML (#45015) These files are used by the BuildStream build project: https://buildstream.build/index.html Release Notes: - Added recognition for .bst files as yaml. --- crates/languages/src/yaml/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/languages/src/yaml/config.toml b/crates/languages/src/yaml/config.toml index 51e8e1224a40904e0dfbb0204eb531e6b2664825..9a07a560b06766ac00dd73b6210023c4cddd491d 100644 --- a/crates/languages/src/yaml/config.toml +++ b/crates/languages/src/yaml/config.toml @@ -1,6 +1,6 @@ name = "YAML" grammar = "yaml" -path_suffixes = ["yml", "yaml", "pixi.lock", "clang-format", "clangd"] +path_suffixes = ["yml", "yaml", "pixi.lock", "clang-format", "clangd", "bst"] line_comments = ["# "] autoclose_before = ",]}" brackets = [