diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-29 11:09:15 -0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-11-29 21:41:54 +0100 |
commit | 635750a0cda2e9f6f906e10e33a087b579a74ba8 (patch) | |
tree | f66ee5be65a4b67388323736a5b181581f2fdd36 /Package_html_static.mk | |
parent | 93b7b1c8c79744b8d172dc0f2bbdf8a80e05abd8 (diff) |
tdf#115663 Syntax highlight in BASIC code examples
Use prism.js to highlight BASIC code in help pages
See README.prism.js.txt for details
added normalize-whitespaces plugin to remove extra 1st line
cleaned some useless css class
Change-Id: I6dde4d217a29f485199ced462b896ee1b500fba0
Reviewed-on: https://gerrit.libreoffice.org/64252
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'Package_html_static.mk')
-rw-r--r-- | Package_html_static.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Package_html_static.mk b/Package_html_static.mk index 59941b020e..a539298780 100644 --- a/Package_html_static.mk +++ b/Package_html_static.mk @@ -23,6 +23,8 @@ $(eval $(call gb_Package_add_files,helpcontent2_html_static,$(LIBO_SHARE_HELP_FO help2.js \ normalize.css \ paginathing.js \ + prism.js \ + prism.css \ )) # vim: set noet sw=4 ts=4: |