atom / language-c

C support in Atom
Other
118 stars 152 forks source link

Scopes after :arrow_up: tree-sitter-c and tree-sitter-cpp #330

Closed Ben3eeE closed 5 years ago

Ben3eeE commented 5 years ago

Requirements

Description of the Change

The latest tree-sitter-c and tree-sitter-cpp added improved syntax highlighting for comments and added support for the __attribute__ keyword in c and c++. We also get improved support for throw and noexcept in c++.

Alternate Designs

No

Benefits

Improved syntax highlighting

Possible Drawbacks

No

Applicable Issues

Ben3eeE commented 5 years ago

While testing this I found another issue with multi-line comments. I opened https://github.com/tree-sitter/tree-sitter-c/issues/24 for this.