Integers don't highlight as integers.
|
|
BYOND Version: | N/A (Website Bug) |
Operating System: | Windows 10 Home 64-bit |
Web Browser: | Firefox 42.0 |
Applies to: | Website |
|
Status: |
Open
Issue hasn't been assigned a status value.
|
|
|
When posting snippets of code, the tag DM allows syntax to be color-coded on the web. However, integers do not highlight with the DM tag.
I understand this is likely because of an issue with parsing, like not wanting to highlight the 1 in 'test1'. However, just highlight it in the case that no letters are next to it OR in the case that it has an operator before/after it.
var/a = 1 + 1 var/b = a / 10 var/c = b % 2
|