Add macro to allow custom keywords to be colorized

Issue #86 wontfix
Tomek created an issue

In OOP languages you create custom classes which are in their IDE's syntax-highlighted.

It would be nice if you can add a custom list of parameters to the wiki markup like

{code:c#|keywords:UserManager:FF0000,Account}

in an actual code example:

Account account = UserManager.Authenticate("username","password");
  • Account would be highlighted in c# default keyword color
  • UserManager would be highlighted with the html color FF0000

Comments (1)

  1. Holger Schimanski repo owner

    Since Jira 7.5 there is an improved syntax highlighter part of Jira. Please check there. I no longer work on my Jira Syntax Highlighter because of this new functionality in Jira 7.5.

  2. Log in to comment