ASM Syntax Highlighting not handling strings properly
Posted: Thu May 11, 2017 1:14 pm
PB 5.60 for Windows: Syntax highlighting of inline ASM interprets a semicolon ";" within a string as the beginning of a comment.
Example:
... gets highlighted as:
!DB '; Hello World' ; comment
The highlighter doesn't check if the semicolon is part of a literal string.
Example:
Code: Select all
!DB '; Hello World' ; comment!DB '; Hello World' ; comment
The highlighter doesn't check if the semicolon is part of a literal string.