mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 00:59:03 +01:00
[c++] C & C++ Syntax Highlighting Issues #4769, first issue
This commit is contained in:
@@ -430,6 +430,12 @@
|
||||
<key>include</key>
|
||||
<string>#parens</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\b(const|final|override|noexcept)\b</string>
|
||||
<key>name</key>
|
||||
<string>storage.modifier.$1.c++</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>include</key>
|
||||
<string>#block</string>
|
||||
@@ -1180,4 +1186,4 @@
|
||||
<key>uuid</key>
|
||||
<string>25066DC2-6B1D-11D9-9D5B-000D93589AF6</string>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
Reference in New Issue
Block a user