Skip to content

Highlight multiline strings as strings instead of comments

Created by: Calinou

Since multiline comments are not officially supported in GDScript, it is more common to see multiline strings being used as strings rather than as comments (which are actually standalone expressions here).

This closes #21142 (closed).

Merge request reports