stable

Clone or download

Read-only

Syntax highlighting should work when displaying a file in the Git web UI browser

Also, the custom element used to do the syntax highlighting is now built only once in the "core" assets instead of twice ("core" and Git plugin assets). Part of request #20075: Syntax highlights fenced code blocks in artifacts Change-Id: I066bf85b36b2d1b73c16f3cadec96ac8c86b7b63

Modified Files

Name
M plugins/git/include/GitPHP/controller/Controller_Blame.php +5 −4 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Blob.php +10 −10 Go to diff View file
M plugins/git/include/GitPHP/controller/Controller_Tree.php +5 −9 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blame.tpl +6 −4 Go to diff View file
M plugins/git/templates/gitphp/tuleap/blob.tpl +2 −2 Go to diff View file
M plugins/git/webpack.common.js +1 −4 Go to diff View file