nvim-treesitter/runtime/queries/git_config
Éric NICOLAS bcda9b7161
fix(git_config): match lowercase Git config vars
Git config's sections, variable names, and (sometimes) subsections are
case-insensitive.  This commit proposes to match the full lowercase
variants in addition to the non-normalised, lowerCamelCase ones.

See `git help config`
2025-05-31 03:27:03 +02:00
..
folds.scm feat!: drop modules, general refactor and cleanup 2025-05-12 18:43:40 +02:00
highlights.scm fix(git_config): match lowercase Git config vars 2025-05-31 03:27:03 +02:00
injections.scm fix(git_config): match lowercase Git config vars 2025-05-31 03:27:03 +02:00