Add Haxe syntax highlight

Issue #52 wontfix
Abel Toy created an issue

No description provided.

Comments (3)

  1. Abel Toy reporter
    class Test {
        static function main() {
            var people = [
                "Elizabeth" => "Programming",
                "Joel" => "Design"
            ];
            for (name in people.keys()) {
                var job = people[name];
                trace('$name does $job for a living!');
            }
        }
    }
    
  2. 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.

  3. Log in to comment