Unnamed repository; edit this file 'description' to name the repository.
Adjust kconfig file types to uppercase K (#15350)
Luna Schwalbe 4 months ago
parent 8fb5879 · commit aa886ab
-rw-r--r--languages.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml
index 4eb9c31d..72073123 100644
--- a/languages.toml
+++ b/languages.toml
@@ -5032,7 +5032,7 @@ source = { git = "https://github.com/tree-sitter-grammars/tree-sitter-requiremen
[[language]]
name = "kconfig"
-file-types = ["kconfig", { glob = "kconfig.*" }]
+file-types = ["Kconfig", { glob = "Kconfig.*" }]
scope = "source.kconfig"
[[grammar]]