Skip to content

Instantly share code, notes, and snippets.

View Kowalski7's full-sized avatar

Alexandru Dăian Kowalski7

  • 07:32 (UTC +03:00)
View GitHub Profile
@ed-cooper
ed-cooper / json-lang.tex
Created February 20, 2018 14:25
Latex lstlisting json language style
\definecolor{delim}{RGB}{20,105,176}
\definecolor{numb}{RGB}{106, 109, 32}
\definecolor{string}{rgb}{0.64,0.08,0.08}
\lstdefinelanguage{json}{
numbers=left,
numberstyle=\small,
frame=single,
rulecolor=\color{black},
showspaces=false,