Skip to content

Commit a0ead9a

Browse files
committed
[c++] add platform.tmLangage
1 parent 2d56597 commit a0ead9a

3 files changed

Lines changed: 242 additions & 0 deletions

File tree

extensions/VSCode-BugExample

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 9e6b925d91566adc2373f27c9bf5ff367c47749b

extensions/cpp/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@
2525
"language": "cpp",
2626
"scopeName": "source.c++",
2727
"path": "./syntaxes/c++.plist"
28+
},
29+
{
30+
"scopeName": "source.c.platform",
31+
"path": "./syntaxes/Platform.tmLanguage"
2832
}]
2933
}
3034
}

0 commit comments

Comments
 (0)