Inno Setup script syntax highlight
Posted: 28.01.2020 12:45
Hello!
The lexer treats the preprocessor's ending } character ("{#...}") as the pascal style multiline comment ("{...}") block ending character.
Only the red text is interpreted as comment instead of the entire text in "{...}".
{multiline comment block
some_constant = '{#a_preprocessor_directive}';
some_other_constant = '{#another_preprocessor_directive}';
}
Thanks!
The lexer treats the preprocessor's ending } character ("{#...}") as the pascal style multiline comment ("{...}") block ending character.
Only the red text is interpreted as comment instead of the entire text in "{...}".
{multiline comment block
some_constant = '{#a_preprocessor_directive}';
some_other_constant = '{#another_preprocessor_directive}';
}
Thanks!