swift-emacs / swift-mode

Emacs support for Apple's Swift programming language.
GNU General Public License v3.0
372 stars 47 forks source link

Parsing bug: `_` breaks identifiers #64

Closed ckruse closed 10 years ago

ckruse commented 10 years ago

Hi,

with the _ commit a new bug has been introduced: _ within an identifier breaks the identifier:

screen shot 2014-11-07 at 11 36 03

As you can see, the identifier seems to end at the _ char.

Regards,