Add binary literals.
This commit is contained in:
parent
14b4674929
commit
802f478a1c
1 changed files with 7 additions and 0 deletions
|
@ -49,6 +49,13 @@
|
|||
<string>comment.line.number-sign.python</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\b(0[Bb][01]+)</string>
|
||||
<key>name</key>
|
||||
<string>constant.numeric.integer.binary.python</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>match</key>
|
||||
<string>\b(0[Xx]\h*)</string>
|
||||
|
|
Loading…
Reference in a new issue