mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
C++11 keyword "noexcept" added
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
</dict>
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\b(constexpr|export|mutable|typename|thread_local)\b</string>
|
||||
<string>\b(constexpr|export|mutable|typename|thread_local|noexcept)\b</string>
|
||||
<key>name</key>
|
||||
<string>storage.modifier.c++</string>
|
||||
</dict>
|
||||
@@ -579,4 +579,4 @@
|
||||
<key>uuid</key>
|
||||
<string>26251B18-6B1D-11D9-AFDB-000D93589AF6</string>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user