diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-05-14 13:27:28 -0300 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2022-05-14 18:39:51 +0200 |
commit | 789bc6e2c10536e5a876c5c4fb0126dbffe4dcbf (patch) | |
tree | 5696c96b6afd42e5382dfd7ee7a8a5355d9ba8fb /help3xsl/README.prism.js.txt | |
parent | 5c82eb12e524d454c02798994d08d50548c9734c (diff) |
Bump Prism.js to 1.28
+ Add SQL coloring syntax
Change-Id: I3a68a54dee211d791da72b459647315395e17658
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/134326
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'help3xsl/README.prism.js.txt')
-rw-r--r-- | help3xsl/README.prism.js.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/help3xsl/README.prism.js.txt b/help3xsl/README.prism.js.txt index 2f3f004b6b..96a42aa130 100644 --- a/help3xsl/README.prism.js.txt +++ b/help3xsl/README.prism.js.txt @@ -1,6 +1,6 @@ Latest download version -PrismJS 1.27.0 +PrismJS 1.28.0 Using prism.js for Basic code highlight @@ -12,10 +12,14 @@ Download page http://prismjs.com/download Theme: Coy -Languages to download: Visual Basic + Python + defaults pre-sets - -Plugins: line numbers, +Languages to download: +Visual Basic + +Python + +SQL + +defaults Prism pre-sets +Plugins: +line numbers, normalize-whitespace: configure after https://prismjs.com/plugins/normalize-whitespace/ Prism.plugins.NormalizeWhitespace = new NormalizeWhitespace({ |