1
Fork 0

Add file associations for i3 and rofi configs.

This commit is contained in:
Bauke 2024-02-24 13:24:10 +01:00
parent 719c3eb09f
commit 223e6977b8
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 3 additions and 0 deletions

View File

@ -25,7 +25,10 @@
"extensions.ignoreRecommendations": true,
/* VS Code files settings. */
"files.associations": {
"**/i3/*": "i3",
"**/i3status/*": "i3",
"*.njk": "html",
"*.rasi": "plaintext",
"*.sql": "sql",
"*.yml": "yaml"
},