Skip to content

Pascal multi line string highlight #321

@ertankucukoglu

Description

@ertankucukoglu

Hello,

I initially posted my request in Notepad++ forum and advised to direct it here.

Delphi (Object Pascal) supports multi-line strings in its recent versions.
It would be nice to have it visualized.

Three single quote characters starts multi-line string. Three single quote characters finishes multi-line string.
Sample multi-line string:

LColorQuery.SQL.Text := '''
select name from colors where autoinc=:id
''';

What is displayed in Notepad++ is like below now
Image

How regular strings are displayed is like below (“picture path” is string)
Image

If lexilla adds support for this, Notepad++ will be able to add support for it is what I understood from the answer I received in their form.

Thank you for your consideration.

Regards,
Ertan

Metadata

Metadata

Assignees

No one assigned

    Labels

    pascalCaused by the Pascal lexer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions