Merge branch 'fix-multiline-comment-highlighting' into 'master'
Fix multi-line syntax highlighting
### What does this MR do?
This MR fixes multi-line syntax highlighting in the code views. HTML span elements only apply to a single line, and in the case of multi-line comments, the highlighting was dropped as a result. Ensure that each line has
the proper styling to fix this.
### Why was this MR needed?
The current styling was broken for a while.
### Screenshots
Before:
![image](https://gitlab.com/stanhu/gitlab-ce/uploads/bbcb61760ab04a010aabc40942a2c0ba/image.png)
After:
![image](https://gitlab.com/stanhu/gitlab-ce/uploads/48f61c91b6fdd9c99cd7f3d214853141/image.png)
### What are the relevant issue numbers?
Closes #1577
Closes #1495
See merge request !1079
Showing
Please
register
or
sign in
to comment