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

Commits on Oct 2, 2021

  1. 🐛 Fix scope selectors for angle brackets

    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.
    percontation committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    861a7a9 View commit details
    Browse the repository at this point in the history