swift-emacs / swift-mode

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

Fix #60 #66

Closed ckruse closed 9 years ago

ckruse commented 10 years ago

In Swift the colon is not part of the symbol. Instead it is kind of an operator. This should fix #60

ckruse commented 10 years ago

Hm, sorry, didn't notice the failing tests.

ap4y commented 9 years ago

Closing this one, issue was fixes in #76.