mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-25 17:23:39 +01:00
Merge pull request #2874 from cyqsimon/wg
Add syntax mapping for Wireguard config
This commit is contained in:
commit
d185f0973b
@ -42,6 +42,7 @@
|
|||||||
- Associate `xsh` files with `xonsh` syntax that is Python, see #2840 (@anki-code).
|
- Associate `xsh` files with `xonsh` syntax that is Python, see #2840 (@anki-code).
|
||||||
- Added auto detect syntax for `.jsonc` #2795 (@mxaddict)
|
- Added auto detect syntax for `.jsonc` #2795 (@mxaddict)
|
||||||
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
|
- Added auto detect syntax for `.aws/{config,credentials}` #2795 (@mxaddict)
|
||||||
|
- Add syntax mapping for Wireguard config #2874 (@cyqsimon)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
# see `man wg-quick`
|
||||||
|
[mappings]
|
||||||
|
"INI" = ["/etc/wireguard/*.conf"]
|
Loading…
Reference in New Issue
Block a user