Project

General

Profile

Actions

Feature #5928

closed

Syntax highlighting of viewing source in workbench

Added by Abram Connelly almost 9 years ago. Updated about 5 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
-
Category:
Workbench
Target version:
-
Story points:
-

Related issues

Has duplicate Arvados - Feature #5944: [Workbench] Syntax highlighting for repository-browsingRejectedActions
Actions #1

Updated by Abram Connelly almost 9 years ago

http://pygments.org/docs/cmdline/

for example:

hello.c:

#include <stdio.h>
#include <stdlib.h>
int main(int argc, char **argv) { printf("hello\n"); }

$ pygmentize -O full,style=colorful -f html -o hello.c.html hello.c

There's probably plenty more, like https://github.com/github/linguist.

Actions #2

Updated by Tom Clegg almost 9 years ago

  • Category set to Workbench
  • Target version set to Arvados Future Sprints

Preferably something that doesn't fork from passenger. Perhaps coderay, or do it client-side with https://github.com/ioquatix/jquery-syntax?

Actions #4

Updated by Tom Clegg about 7 years ago

  • Status changed from New to Closed
Actions #5

Updated by Tom Morris about 5 years ago

  • Target version deleted (Arvados Future Sprints)
Actions

Also available in: Atom PDF