Skip to content

Commit 328b54e

Browse files
author
Akos Kitta
committed
Enabled syntax coloring for C++ files.
Signed-off-by: Akos Kitta <kittaakos@typefox.io>
1 parent e4ef8ed commit 328b54e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
"ino"
8181
],
8282
"extensions": [
83-
".ino"
83+
".ino",
84+
".c",
85+
".cpp",
86+
".h",
87+
".hpp"
8488
],
8589
"configuration": "./languages/ino.language-configuration.json"
8690
}

0 commit comments

Comments
 (0)