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

Commit

Permalink
Also scope < and > in c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben3eeE authored Nov 1, 2018
1 parent b72ca4d commit 254b0ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammars/tree-sitter-c.cson
Original file line number Diff line number Diff line change
Expand Up @@ -159,3 +159,5 @@ scopes:
'"|="': 'keyword.operator'
'"?"': 'keyword.operator'
'":"': 'keyword.operator'
'"<"': 'keyword.operator'
'">"': 'keyword.operator'

0 comments on commit 254b0ec

Please sign in to comment.