mirror of
https://github.com/sharkdp/bat.git
synced 2025-05-31 06:56:56 +02:00
Merge pull request #3299 from cyqsimon/quadlet
Update quadlet syntax mapping rules to cover quadlets in subdirectories
This commit is contained in:
commit
aa5e28bef5
@ -32,6 +32,7 @@
|
|||||||
- Add debsources syntax to highlight `/etc/apt/sources.list` files, see #3215 (@keith-hall)
|
- 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 definition and test file for GDScript highlighting, see #3236 (@chetanjangir0)
|
||||||
- Add syntax test file for Odin highlighting, see #3241 (@chetanjangir0)
|
- Add syntax test file for Odin highlighting, see #3241 (@chetanjangir0)
|
||||||
|
- Update quadlet syntax mapping rules to cover quadlets in subdirectories #3299 (@cyqsimon)
|
||||||
|
|
||||||
## Themes
|
## Themes
|
||||||
|
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# see `man quadlet`
|
# see `man quadlet`
|
||||||
[mappings]
|
[mappings]
|
||||||
"INI" = [
|
"INI" = [
|
||||||
"**/containers/systemd/*.{container,volume,network,kube,image}",
|
"**/containers/systemd/**/*.{container,volume,network,kube,image}",
|
||||||
"**/containers/systemd/users/*.{container,volume,network,kube,image}",
|
|
||||||
"**/containers/systemd/users/*/*.{container,volume,network,kube,image}",
|
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user