tree-sitter / tree-sitter-haskell

Haskell grammar for tree-sitter.
MIT License
152 stars 36 forks source link

Add fixity keywords to highlights query #72

Closed zweimach closed 2 years ago

zweimach commented 2 years ago

A small change to add fixity declaration keywords (infix, infixl, infixr) to highlights query.

Before After
image image