nlipiarski / MCC

Marshal Command Code Syntax Highlighter
GNU General Public License v3.0
14 stars 2 forks source link

Comments are handled inappropriately #25

Closed Panossa closed 6 years ago

Panossa commented 7 years ago

See attached image: snap_2017 07 12_02h11m30s_015_

Every comment in there is a valid command in MC cause whitespaces and tabs in the front or end of a line are ignored. But they are not threated as if they are valid.

Code:

#Hi there
 #Hi there
    #Hi there
Panossa commented 7 years ago

Pls note that names of custom entities can start with "#", too.