Add syntax highlighting for all files
This commit is contained in:
parent
36229abb36
commit
8a78a7fead
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue