mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-12 10:30:59 +00:00
adding hexidecimal numbers to the existing C syntax rules
This commit is contained in:
parent
4c0b00bf2b
commit
87b5903f6a
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ color statement "[.:;,+*|=!\%]" "<" ">" "/" "-" "&"
|
|||
#Parenthetical Color
|
||||
# color magenta "[(){}]" "\[" "\]"
|
||||
|
||||
color constant.number "\b[0-9]+\b"
|
||||
color constant.number "\b[0-9]+\b" "\b0x[0-9A-Fa-f]+\b"
|
||||
|
||||
##
|
||||
## String highlighting. You will in general want your brightblacks and
|
||||
|
|
|
|||
Loading…
Reference in a new issue