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/prism.css | |
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/prism.css')
-rw-r--r-- | help3xsl/prism.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/help3xsl/prism.css b/help3xsl/prism.css index 79d07d18a1..4610909810 100644 --- a/help3xsl/prism.css +++ b/help3xsl/prism.css @@ -1,5 +1,5 @@ -/* PrismJS 1.27.0 -https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+python+visual-basic&plugins=line-numbers+normalize-whitespace */ +/* PrismJS 1.28.0 +https://prismjs.com/download.html#themes=prism-coy&languages=markup+css+clike+javascript+python+sql+visual-basic&plugins=line-numbers+normalize-whitespace */ /** * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics); |