mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
fixes #4881: [cpp] Switching to Atom's language-c for C/C++ syntax highlighting
This commit is contained in:
@@ -1121,7 +1121,7 @@
|
||||
<key>end</key>
|
||||
<string>(?!\G)</string>
|
||||
<key>name</key>
|
||||
<string>meta.embedded.block.c++</string>
|
||||
<string>meta.embedded.block.cpp</string>
|
||||
<key>patterns</key>
|
||||
<array>
|
||||
<dict>
|
||||
@@ -1136,7 +1136,7 @@
|
||||
</dict>
|
||||
</dict>
|
||||
<key>contentName</key>
|
||||
<string>source.c++</string>
|
||||
<string>source.cpp</string>
|
||||
<key>end</key>
|
||||
<string>\s*\2$\n?</string>
|
||||
<key>endCaptures</key>
|
||||
@@ -1161,7 +1161,7 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>include</key>
|
||||
<string>source.c++</string>
|
||||
<string>source.cpp</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>include</key>
|
||||
|
||||
Reference in New Issue
Block a user