texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (b0c38be9ca -> 60dc714ec2)


From: Patrice Dumas
Subject: master updated (b0c38be9ca -> 60dc714ec2)
Date: Sun, 19 Feb 2023 17:11:21 -0500 (EST)

pertusus pushed a change to branch master.

    from b0c38be9ca Add other commands for syntax highlighting
     new af3ed469d2 * tp/ext/highlight_syntax.pm (highlight_setup, 
highlight_process): handle HIGHLIGHT_SYNTAX customization option being not 
defined.  Can happen if highlight_syntax.pm is loaded as an init file and not 
as an extension.
     new 60dc714ec2 * tp/tests/Makefile.onetst, tp/tests/other/list-of-tests: 
add a test of HIGHLIGHT_SYNTAX_DEFAULT_LANGUAGE.


Summary of changes:
 ChangeLog                                          | 15 ++++
 tp/ext/highlight_syntax.pm                         |  7 +-
 tp/tests/Makefile.onetst                           |  3 +
 tp/tests/other/list-of-tests                       |  4 +
 .../chapter.html                                   |  2 +-
 .../highlight_example.1                            |  0
 .../highlight_example.2                            |  0
 .../highlight_example_highlight_C_input.C          |  0
 .../highlight_example_highlight_C_output.html      |  0
 .../highlight_example_highlight_perl_input.pl      |  3 +
 .../highlight_example_highlight_perl_output.html   |  2 +
 .../highlight_example_highlight_texinfo_input.texi |  0
 ...highlight_example_highlight_texinfo_output.html |  0
 .../index.html                                     |  0
 .../chapter.html                                   | 91 ++++++++++++++++++++
 .../highlight_example.1                            |  0
 .../highlight_example.2                            |  0
 .../index.html                                     |  0
 .../highlight_syntax_example_pygments/chapter.html | 99 ++++++++++++++++++++++
 .../highlight_example.1                            |  0
 .../highlight_example.2                            |  0
 .../index.html                                     |  0
 ...r_highlight_syntax_example_default_language.sh} |  2 +-
 ...=> other_highlight_syntax_example_highlight.sh} |  2 +-
 ... => other_highlight_syntax_example_pygments.sh} |  2 +-
 25 files changed, 225 insertions(+), 7 deletions(-)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/chapter.html (94%)
 copy infog/test-infodir/dummy => 
tp/tests/other/res_parser/highlight_syntax_example_default_language/highlight_example.1
 (100%)
 copy infog/test-infodir/dummy => 
tp/tests/other/res_parser/highlight_syntax_example_default_language/highlight_example.2
 (100%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/highlight_example_highlight_C_input.C
 (100%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/highlight_example_highlight_C_output.html
 (100%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/highlight_example_highlight_perl_input.pl
 (82%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/highlight_example_highlight_perl_output.html
 (89%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/highlight_example_highlight_texinfo_input.texi
 (100%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/highlight_example_highlight_texinfo_output.html
 (100%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_default_language}/index.html (100%)
 create mode 100644 
tp/tests/other/res_parser/highlight_syntax_example_highlight/chapter.html
 copy infog/test-infodir/dummy => 
tp/tests/other/res_parser/highlight_syntax_example_highlight/highlight_example.1
 (100%)
 copy infog/test-infodir/dummy => 
tp/tests/other/res_parser/highlight_syntax_example_highlight/highlight_example.2
 (100%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_highlight}/index.html (100%)
 create mode 100644 
tp/tests/other/res_parser/highlight_syntax_example_pygments/chapter.html
 copy infog/test-infodir/dummy => 
tp/tests/other/res_parser/highlight_syntax_example_pygments/highlight_example.1 
(100%)
 copy infog/test-infodir/dummy => 
tp/tests/other/res_parser/highlight_syntax_example_pygments/highlight_example.2 
(100%)
 copy tp/tests/other/res_parser/{highlight_syntax_example => 
highlight_syntax_example_pygments}/index.html (100%)
 copy tp/tests/test_scripts/{other_highlight_syntax_example.sh => 
other_highlight_syntax_example_default_language.sh} (89%)
 copy tp/tests/test_scripts/{other_highlight_syntax_example.sh => 
other_highlight_syntax_example_highlight.sh} (90%)
 copy tp/tests/test_scripts/{other_highlight_syntax_example.sh => 
other_highlight_syntax_example_pygments.sh} (90%)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]