twitter-archive / commons

Twitter common libraries for python and the JVM (deprecated)
http://twitter.github.com/commons
Other
2.1k stars 565 forks source link

Any reason for no syntax highlighting in styleguide.md? #464

Open knjk04 opened 6 years ago

knjk04 commented 6 years ago

In your style guide, you have code snippets for some Java code, but no syntax highlighting (e.g. in the indent section). Is there a reason why you're using :::java instead of ```java?

If not and you would prefer to have syntax highlighting, I'd be happy to edit the style guide.

knjk04 commented 6 years ago

See PR: https://github.com/twitter/commons/pull/461