Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

🐛 Fix scope selectors for angle brackets #368

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

percontation
Copy link

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.

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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant