Merge pull request #2874 from cyqsimon/wg

Add syntax mapping for Wireguard config
This commit is contained in:
David Peter 2024-02-29 11:09:31 +01:00 committed by GitHub
commit d185f0973b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

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