google-research / dex-lang

Research language for array processing in the Haskell/ML family
BSD 3-Clause "New" or "Revised" License
1.58k stars 106 forks source link

Small tweak to the parse/group highlighting. #1308

Closed dougalm closed 1 year ago

dougalm commented 1 year ago

Highlighting every parent group in a slightly different shade was just too hard to interpret. I changed it to only show the innermost non-leaf node containing the pointed-at character (in light blue) along with its immediate children (in yellow).