Merge pull request #3299 from cyqsimon/quadlet

Update quadlet syntax mapping rules to cover quadlets in subdirectories
This commit is contained in:
Keith Hall 2025-05-20 21:40:43 +03:00 committed by GitHub
commit aa5e28bef5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -32,6 +32,7 @@
- Add debsources syntax to highlight `/etc/apt/sources.list` files, see #3215 (@keith-hall)
- Add syntax definition and test file for GDScript highlighting, see #3236 (@chetanjangir0)
- Add syntax test file for Odin highlighting, see #3241 (@chetanjangir0)
- Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon)
## Themes

View File

@ -1,7 +1,5 @@
# see `man quadlet`
[mappings]
"INI" = [
"**/containers/systemd/*.{container,volume,network,kube,image}",
"**/containers/systemd/users/*.{container,volume,network,kube,image}",
"**/containers/systemd/users/*/*.{container,volume,network,kube,image}",
"**/containers/systemd/**/*.{container,volume,network,kube,image}",
]