Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed Nov 29, 2024
1 parent 9f39d16 commit 6ea71ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atsynedit/atsynedit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ TATSynEdit = class(TCustomControl)
cUrlRegex_WebBegin = '\b(https?://|ftp://)';
cUrlRegex_WebSite = '\w[\w\-\.@]*(:\d+)?'; // @ for password; :\d+ is port
cUrlRegex_WebAnchor = '(\#[\w\-\./%:!]*)?';
cUrlRegex_WebParams = '(\?[^\s"''<>]*[\w/\-\+\*])?';
cUrlRegex_WebParams = '(\?[^\s"''<>]*[\w/\-\+\*=])?';
cUrlRegex_WebFolder =
'[~\w\.\-\+/%@!%:&\*=\|,;\$]' + //always allowed chars
'|\(.*?\)' +
Expand Down

0 comments on commit 6ea71ae

Please sign in to comment.