mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 20:02:15 +00:00
sentry: Add two more languages seen.
This commit is contained in:
committed by
Tim Abbott
parent
34250d76a2
commit
e3a093b73f
@@ -67,6 +67,8 @@ Issue **{title}** was ignored by **{actor}**.
|
|||||||
# Maps "platform" name provided by Sentry to the Pygments lexer name
|
# Maps "platform" name provided by Sentry to the Pygments lexer name
|
||||||
syntax_highlight_as_map = {
|
syntax_highlight_as_map = {
|
||||||
"go": "go",
|
"go": "go",
|
||||||
|
"java": "java",
|
||||||
|
"javascript": "javascript",
|
||||||
"node": "javascript",
|
"node": "javascript",
|
||||||
"python": "python3",
|
"python": "python3",
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user