Update highlight.js to head of master (10.0.2)

This fixes an issue where things were incorrectly highlighted after
the '/' symbol in javascript [1].

This also includes other fixes to the java language, c language
and php language.

[1] https://github.com/highlightjs/highlight.js/issues/2530

Bug: Issue 12726
Change-Id: I7fe08646e2698fc3f4e6025cf7a4201565a84635
This commit is contained in:
Paladox none
2020-05-10 14:27:44 +00:00
committed by David Pursehouse
parent 00fd60d91a
commit 873c8b25af
2 changed files with 586 additions and 452 deletions

View File

@@ -42,7 +42,7 @@ Minify the file using closure-compiler using the command below.
$> mv closure-compiler-*.jar closure-compiler.jar
$> java -jar ./closure-compiler.jar \
--js build/highlight.pack.js \
--js build/highlight.js \
--js_output_file build/highlight.min.js
Copy the header comment that appears on the first line of

File diff suppressed because one or more lines are too long