-
Notifications
You must be signed in to change notification settings - Fork 78
Open
Labels
pascalCaused by the Pascal lexerCaused by the Pascal lexer
Description
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

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

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
Labels
pascalCaused by the Pascal lexerCaused by the Pascal lexer