From 65a6a91f59127827cbcc13e15a26d6845071a7ef Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Thu, 6 Aug 2020 15:04:50 -0400 Subject: [PATCH] Propertly highlight .keymap files as dts. --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 096a82c4..3642d280 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,6 @@ { "files.associations": { - "*.overlay": "dts" + "*.overlay": "dts", + "*.keymap": "dts" } }