diff --git a/Source/Highlighters/SynHighlighterPHP.pas b/Source/Highlighters/SynHighlighterPHP.pas index 40e1111..161fd54 100644 --- a/Source/Highlighters/SynHighlighterPHP.pas +++ b/Source/Highlighters/SynHighlighterPHP.pas @@ -1,4 +1,4 @@ -{------------------------------------------------------------------------------- +{------------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -13,7 +13,7 @@ mwEdit component suite by Martin Waldenburg and other developers, the Initial Author of this file is Willo van der Merwe. "Heredoc" syntax highlighting implementation by Marko Njezic. -Unicode translation by Maël Hörz. +Unicode translation by Maël Hörz. All Rights Reserved. Contributors to the SynEdit and mwEdit projects are listed in the @@ -1229,7 +1229,7 @@ function TSynPHPSyn.IsWordBreakChar(AChar: WideChar): Boolean; begin case AChar of #0..#32, '.', ',', ';', ':', '"', '''', '+', '`', '-', '^', '!', '?', '&', - '@', '§', '%', '#', '~', '[', ']', '(', ')', '{', '}', '<', '>', + '@', '§', '%', '#', '~', '[', ']', '(', ')', '{', '}', '<', '>', '=', '*', '/', '\', '|': Result := True; else diff --git a/Source/Highlighters/SynHighlighterPerl.pas b/Source/Highlighters/SynHighlighterPerl.pas index 95f52c5..fc89c0e 100644 --- a/Source/Highlighters/SynHighlighterPerl.pas +++ b/Source/Highlighters/SynHighlighterPerl.pas @@ -1,4 +1,4 @@ -{------------------------------------------------------------------------------- +{------------------------------------------------------------------------------- The contents of this file are subject to the Mozilla Public License Version 1.1 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at @@ -12,7 +12,7 @@ The Original Code is based on the DcjSynPerl.pas file from the mwEdit component suite by Martin Waldenburg and other developers, the Initial Author of this file is Michael Trier. -Unicode translation by Maël Hörz. +Unicode translation by Maël Hörz. All Rights Reserved. Contributors to the SynEdit and mwEdit projects are listed in the @@ -1299,7 +1299,7 @@ function TSynPerlSyn.IsWordBreakChar(AChar: WideChar): Boolean; begin case AChar of #0..#32, '.', ',', ';', ':', '"', '''', '+', '`', '-', '^', '!', '?', '&', - '§', '#', '~', '[', ']', '(', ')', '{', '}', '<', '>', + '§', '#', '~', '[', ']', '(', ')', '{', '}', '<', '>', '=', '*', '/', '\', '|': Result := True; else