ID:1874022
 
BYOND Version:N/A (Website Bug)
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Firefox 38.0
Applies to:Website
Status: Verified

A member of our crack team of bug testers has verified that this issue is reproducible, and has handed it off to the development team for investigation.
Having a tab/space in a dm code block on the forums will cause the # macros to lose their green color. #else and #if will turn "else" and "if" blue, as it should, but it should be green when following #.

    #define
#elif
#else
#endif
#error
#if
#ifdef
#ifndef
#include
#undef
#warn


This is what it should look like, (but include tabs/spaces).
#define
#elif
#else
#endif
#error
#if
#ifdef
#ifndef
#include
#undef
#warn
Lummox JR changed status to 'Verified'
The current version of the site's parser doesn't make this a trivial fix, but I'll deal with it when I can.