Closed mewmew closed 5 years ago
Since each of octal_lit, hex_lit and binary_lit specify a mandatory prefix (e.g. 0o, 0x and 0b), we extend decimal_lit to allow for the decimal literal zero.
Also included a fix of syntax highlighting in this PR.
Prior to 8216e79, data types were highlighted as follows:
Thanks!
Since each of octal_lit, hex_lit and binary_lit specify a mandatory prefix (e.g. 0o, 0x and 0b), we extend decimal_lit to allow for the decimal literal zero.