1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-03 20:02:28 +01:00

Merge pull request #3353 from Ferenc-/linux-ini-formats

Add syntax mapping for flatpakref
This commit is contained in:
Keith Hall
2025-07-31 20:26:08 +03:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -47,6 +47,7 @@
- Add syntax highlighting for VHDL, see #3337 (@JerryImMouse)
- Add syntax mapping for certbot certificate configuration #3338 (@cyqsimon)
- Update Lean syntax from Lean 3 to Lean 4 #3322 (@YDX-2147483647)
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
## Themes

View File

@@ -0,0 +1,5 @@
[mappings]
"INI" = [
"*.flatpakref",
"*.flatpakrepo"
]