sentry: Add two more languages seen.

This commit is contained in:
Alex Vandiver
2020-08-10 18:48:43 -07:00
committed by Tim Abbott
parent 34250d76a2
commit e3a093b73f

View File

@@ -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",
} }