Browse Source

Propertly highlight .keymap files as dts.

xmkb
Pete Johanson 4 years ago
parent
commit
65a6a91f59
  1. 3
      .vscode/settings.json

3
.vscode/settings.json vendored

@ -1,5 +1,6 @@
{ {
"files.associations": { "files.associations": {
"*.overlay": "dts" "*.overlay": "dts",
"*.keymap": "dts"
} }
} }

Loading…
Cancel
Save