Skip to content

Commit

Permalink
Update highlight.js to head of master (10.0.2)
Browse files Browse the repository at this point in the history
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] highlightjs/highlight.js#2530

Bug: Issue 12726
Change-Id: I7fe08646e2698fc3f4e6025cf7a4201565a84635
  • Loading branch information
paladox authored and dpursehouse committed May 11, 2020
1 parent 00fd60d commit 873c8b2
Show file tree
Hide file tree
Showing 2 changed files with 586 additions and 452 deletions.
2 changes: 1 addition & 1 deletion lib/highlightjs/building.md
Expand Up @@ -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
Expand Down

0 comments on commit 873c8b2

Please sign in to comment.