1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-24 17:13:19 +00:00

Merge pull request #3635 from victor-gp/add-mappings-for-gcloud-cli

Add syntax mappings for GCloud CLI config files
This commit is contained in:
Keith Hall
2026-03-17 22:45:12 +02:00
committed by GitHub
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -34,6 +34,7 @@
- Don't color strings inside CSV files, to make it easier to tell which column they belong to, see #3521 (@keith-hall)
- Add syntax highlighting support for COBOL, see #3584 (@adukhan99)
- Fixed manpage syntax so that ANSI escape codes don't get incorrectly highlighted and thus broken, see #3586 (@BlueElectivire)
- Map several Google Cloud CLI config files to their appropriate syntax #3635 (@victor-gp)
## Themes
@@ -0,0 +1,3 @@
[mappings]
"INI" = [".boto", "**/gcloud/configurations/config_*"]
"Git Ignore" = [".gcloudignore"]