From 80e4f0fb547b9cfd3adbb77ceb4bcc158b78cc33 Mon Sep 17 00:00:00 2001 From: Luna Schwalbe <88447041+lunagl@users.noreply.github.com> Date: Thu, 26 Mar 2026 16:09:57 +0100 Subject: [PATCH] Add buckconfig to ini language file-types (#15521) Includes all potential buckconfig files as documented: https://buck2.build/docs/concepts/buckconfig/#other-initialization-files --- languages.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/languages.toml b/languages.toml index 58317832..297aa454 100644 --- a/languages.toml +++ b/languages.toml @@ -3420,6 +3420,11 @@ file-types = [ "cfg", "directory", { glob = ".wslconfig" }, + { glob = ".buckconfig" }, + { glob = ".buckconfig.local" }, + { glob = ".buckconfig.d/*" }, + { glob = "/etc/buckconfig" }, + { glob = "/etc/buckconfig.d/*" }, ] injection-regex = "ini" comment-token = "#" -- 2.51.2