mirror of
https://github.com/sharkdp/bat
synced 2026-07-24 17:13:19 +00:00
Merge pull request #3353 from Ferenc-/linux-ini-formats
Add syntax mapping for flatpakref
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
[mappings]
|
||||
"INI" = [
|
||||
"*.flatpakref",
|
||||
"*.flatpakrepo"
|
||||
]
|
||||
Reference in New Issue
Block a user