summaryrefslogtreecommitdiffstats
path: root/Package_html_static.mk
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2018-11-29 11:09:15 -0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2018-11-29 21:41:54 +0100
commit635750a0cda2e9f6f906e10e33a087b579a74ba8 (patch)
treef66ee5be65a4b67388323736a5b181581f2fdd36 /Package_html_static.mk
parentHelp pages for VBA Enum statement (diff)
downloadhelp-635750a0cda2e9f6f906e10e33a087b579a74ba8.tar.gz
help-635750a0cda2e9f6f906e10e33a087b579a74ba8.zip
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.mk2
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: