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:
committed by
David Pursehouse
parent
00fd60d91a
commit
873c8b25af
@@ -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
|
||||
|
||||
1036
lib/highlightjs/highlight.min.js
vendored
1036
lib/highlightjs/highlight.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user