textmate / swift.tmbundle

TextMate support for Swift
72 stars 30 forks source link

Use a more GitHub-friendly pattern for hexadecimal chars #22

Closed jtbandes closed 8 years ago

jtbandes commented 8 years ago

It seems GitHub does not support \h, so for example this is highlighted as invalid today:

0x42
jtbandes commented 8 years ago

This change is pretty harmless and doesn't break my test cases, so I'm comfortable merging it in myself :)