mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-05 21:02:27 +01: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 highlighting for VHDL, see #3337 (@JerryImMouse)
|
||||||
- Add syntax mapping for certbot certificate configuration #3338 (@cyqsimon)
|
- Add syntax mapping for certbot certificate configuration #3338 (@cyqsimon)
|
||||||
- Update Lean syntax from Lean 3 to Lean 4 #3322 (@YDX-2147483647)
|
- Update Lean syntax from Lean 3 to Lean 4 #3322 (@YDX-2147483647)
|
||||||
|
- Map `.flatpakref` and `.flatpakrepo` files to INI syntax #3353 (@Ferenc-)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
5
src/syntax_mapping/builtins/linux/50-flatpak.toml
Normal file
5
src/syntax_mapping/builtins/linux/50-flatpak.toml
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
[mappings]
|
||||||
|
"INI" = [
|
||||||
|
"*.flatpakref",
|
||||||
|
"*.flatpakrepo"
|
||||||
|
]
|
Reference in New Issue
Block a user