Skip to content

Instantly share code, notes, and snippets.

@ajmath
Created July 23, 2017 19:03
Show Gist options
  • Save ajmath/0abab4c46872eb5c618566a8f22d68fe to your computer and use it in GitHub Desktop.
Save ajmath/0abab4c46872eb5c618566a8f22d68fe to your computer and use it in GitHub Desktop.
Example of poor syntaxhighlighting of java
/*
foo
*/
public class Foo {
/*
Start of Foo
*/
public static void main(String[] args) {
}
/*
End of Foo
*/
@Override
public String toString() {
return super.toString();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment