Closed isaacsaffold closed 5 years ago
:wave: Thanks for contributing.
noexcept
is being added in https://github.com/atom/language-c/pull/330 which brings improved support for it from the tree-sitter upgrade.
Though I realize the scopes I added for noexcept
are wrong. Do you mind undoing the noexcept
change here and I correct it in my PR?
I just undid it.
Thanks for contributing 🙇
No problem. Glad I could be of service.
Description of the Change
noexcept
andmutable
were added tostorage.modifier
in "tree-sitter-cpp.cson", corresponding with their presence in "c++.cson"._Atomic
, which is a valid type qualifier in C but not C++, was removed from "tree-sitter-cpp.cson".Benefits
noexcept
andmutable
will be highlighted correctly, and any confusion caused by_Atomic
being erroneously highlighted will cease.