Menu

#14 sh_diff.js doesn't highlight unified diff

SHJS
open
nobody
SHJS (12)
5
2014-08-12
2011-05-14
No

this
------------------------------------
@@ -1,4 +1,9 @@
+/*
+** This C program exists to do the job that AWK would do for the unix
+** makefile - to extract information from the "mainfest" and "manifest.uuid"
+** files for this project in order to generate the "VERSION.h" header file.
+*/
#include <stdio.h>

int main(int argc, char *argv[]){
FILE *m,*u;
--------------------------------------
is not highlighted with shjs. gnu source highlight does it correct. as can be seen on http://pb.rbfh.de/
I assume there is something lost in translation.

Discussion


Log in to post a comment.