Merge pull request #2874 from cyqsimon/wg

Add syntax mapping for Wireguard config
pull/2875/head
David Peter 3 months ago committed by GitHub
commit d185f0973b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,6 +42,7 @@
- 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 `.aws/{config,credentials}` #2795 (@mxaddict)
- Add syntax mapping for Wireguard config #2874 (@cyqsimon)
## Themes

@ -0,0 +1,3 @@
# see `man wg-quick`
[mappings]
"INI" = ["/etc/wireguard/*.conf"]
Loading…
Cancel
Save