Skip to content

Commit

Permalink
Add noexcept to the list of storage modifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesqo committed Apr 2, 2016
1 parent 5b5d366 commit d26c351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/C.plist
Expand Up @@ -432,7 +432,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(const|final|override)\b</string>
<string>\b(const|final|override|noexcept)\b</string>
<key>name</key>
<string>storage.modifier.$1.c++</string>
</dict>
Expand Down

0 comments on commit d26c351

Please sign in to comment.