Propertly highlight .keymap files as dts.

This commit is contained in:
Pete Johanson 2020-08-06 15:04:50 -04:00
parent 10683fe1f8
commit 65a6a91f59
1 changed files with 2 additions and 1 deletions

View File

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