textmate / swift.tmbundle

TextMate support for Swift
72 stars 30 forks source link

Incorrect highlighting of unclosed ` in comment #11

Closed zhxnlai closed 9 years ago

zhxnlai commented 9 years ago

I first found this problem here

To reproduce:

/**
`Array` or `Dictionary, 
*/
let x =  1
infininight commented 9 years ago

Corrected, thanks!

Submitted a pull request to have it corrected on Github as well.