diff --git a/Python/Python.tmLanguage b/Python/Python.tmLanguage
index 7509883..98f0087 100644
--- a/Python/Python.tmLanguage
+++ b/Python/Python.tmLanguage
@@ -49,6 +49,13 @@
comment.line.number-sign.python
+
+ match
+ \b(0[Bb][01]+)
+ name
+ constant.numeric.integer.binary.python
+
+
match
\b(0[Xx]\h*)