atom / language-c

C support in Atom
Other
118 stars 152 forks source link

:bug: Fix scope selectors for angle brackets #368

Open percontation opened 2 years ago

percontation commented 2 years ago

tree-sitter-cpp removed the relational_expression node type a while ago, and instead just uses binary_expression for it now.

This commit fixes Atom's highlighting of less-than and greater-than in C++, which currently don't highlight as operators.