Merge pull request #3338 from cyqsimon/certbot

Add syntax mapping for certbot certificate configuration
This commit is contained in:
Keith Hall
2025-07-08 23:44:37 +03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,7 @@
- Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon) - Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon)
- Add syntax Typst #3300 (@cskeeters) - Add syntax Typst #3300 (@cskeeters)
- Map `.mill` files to Scala syntax for Mill build tool configuration files #3311 (@krikera) - Map `.mill` files to Scala syntax for Mill build tool configuration files #3311 (@krikera)
- Add syntax mapping for certbot certificate configuration #3338 (@cyqsimon)
## Themes ## Themes

View File

@ -0,0 +1,3 @@
# See https://eff-certbot.readthedocs.io/en/stable/using.html#configuration-file
[mappings]
"INI" = ["/etc/letsencrypt/renewal/*.conf"]