jgm / skylighting

A Haskell syntax highlighting library with tokenizers derived from KDE syntax highlighting descriptions
189 stars 61 forks source link

Fix atWordBoundary and lastCharOffset #181

Closed numero-744 closed 7 months ago

numero-744 commented 7 months ago

Fixes #180

These are my first Haskell commits, please bear with me :pray:

jgm commented 7 months ago

Thanks very much for the detailed analysis and changes. It looks perfect to me. I have no idea why I was looking at the previous character, but suffice to say, it was my first time writing a regex engine too!