diff options
Diffstat (limited to 'application')
-rw-r--r-- | application/libraries/Pygments.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/libraries/Pygments.php b/application/libraries/Pygments.php index 074e8a6c1..6f51cc9e7 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -195,6 +195,7 @@ class Pygments { 'c' => 'c', 'coffee' => 'coffee-script', 'cpp' => 'cpp', + 'cr' => 'crystal', 'diff' => 'diff', 'go' => 'go', 'haml' => 'haml', @@ -203,6 +204,7 @@ class Pygments { 'html' => 'xml', 'java' => 'java', 'js' => 'js', + 'json' => 'json', 'lhs' => 'lhs', 'lua' => 'lua', 'mli' => 'ocaml', |