> +++ b/tp/ext/highlight_syntax_cmd.pm > > > @@ -0,0 +1,154 @@ > > > +# highlight_syntax_cmd.pm: interface for syntax highlighting > > > +# > > > +# Copyright (C) 2021-2024 Free Software Foundation, Inc. > > > +# > > > +# This program is free software; you can redistribute it and/or modify > > > +# it under the terms of the GNU General Public License as published by > > > +# the Free Software Foundation; either version 3 of the License, > > > +# or (at your option) any later version. > > > +# > > > +# This program is distributed in the hope that it will be useful, > > > +# but WITHOUT ANY WARRANTY; without even the implied warranty of > > > +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > > > +# GNU General Public License for more details. > > > +# > > > +# You should have received a copy of the GNU General Public License > > > +# along with this program. If not, see <http://www.gnu.org/licenses/>. > > > +# > > > +# Originally written by Carlos Maniero.
I was reviewing my subimission and I figure out that I replaced Patrice's name here by mistake during a sed command. Even that I created this file. It is completly based on his work. I'll update that if you decide to proceed with this patch.
