Closed
Description
- Gitea version (or commit ref):
- Git version:
- Operating system:
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (https://try.gitea.io/yooooo/test/src/branch/master/burn)
- No
- Not relevant
- Log gist:
Description
With shell scripts syntax highlighting fails when encountering an escaped double quote (\"
) causing following code to be incorrectly highlighted. This is very distracting and instead of making the code easier to read, the syntax highlighting makes it harder to read. Please see the try.gitea.io example link for a test case.