Problem with syntax-highlighter plugin

Christoph Hilmes July 30, 2013

Hi,

i m using the syntax highlighter plugin for JIRA. Our JIRA-Version is 6.0.3. I installed the plugin as described but when i use the following text in the description field of an issue:

{code:c#}
public class Test()
{code:c#}

i get as a result: one line with no content but highlighted with line number 1, then the above code without code-formatting at all, then another line without content, highlighted with line number 1. Whatever i try to get the code formatted, it s not working.

What is my mistake?

Thanks for any help

Christoph

2 answers

1 accepted

0 votes
Answer accepted
Remigiusz Jackowski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2013

1. To close "code" tag, use "{code}", not {code:language}".

2. Unable to find source-code formatter for language: c#. Available languages are: actionscript, html, java, javascript, none, sql, xhtml, xml

For example:

{code:xml}
<some>
  <code />
</some>
{code}

0 votes
Christoph Hilmes July 31, 2013

Thank you very much, i haven t tried that.

Suggest an answer

Log in or Sign up to answer