Skip to content

Commit fe26155

Browse files
committed
Fix wrong example configuration for C++
1 parent 8a3ce5b commit fe26155

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased]
44

55
- Include some example in README
6+
- Fix wrong example configuration for C++
67

78
## 0.1.0
89

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"markdown-run-snippet.mdToVscodeTypeMap": {
4141
"type": "object",
4242
"default": {
43-
"cpp": "C++"
43+
"c++": "cpp"
4444
}
4545
},
4646
"markdown-run-snippet.mdTypeToTemplateMap": {

0 commit comments

Comments
 (0)