focus-editor / focus

A simple and fast text editor
GNU General Public License v3.0
1.82k stars 101 forks source link

Parse private identifiers with an underscore as one token #348

Closed simonvallz closed 7 months ago

simonvallz commented 7 months ago

I think previously this: #_something was parsed as two tokens instead of one. I think this change makes it one token.