Add syntax highlighting for all files

This commit is contained in:
Manuel Thalmann 2024-09-21 15:25:56 +02:00
parent ba84bbf3bb
commit 393b157244

View file

@ -19,7 +19,13 @@
"settings": {
"files.associations": {
"*.service": "ini",
"*.cnf": "ini"
"*.cnf": "ini",
"*.conf": "ini",
"*.network": "ini",
"*.socket": "ini",
"*.mount": "ini",
"**/pacman.d/hooks/*.hook": "ini",
"**/grub/*.cfg": "shellscript"
}
}
}