diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-06-28 13:03:37 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-06-28 13:03:37 +0200 |
commit | 07f5193abaaec02b2ac0210522c67554c1ac6e90 (patch) | |
tree | 8906b85bd4ee44795754660718e12aa50dd3c3e0 /application/libraries/Pygments.php | |
parent | fb56cdb3efd11f4ec6cf053b8f04cc51a7d3bd4e (diff) |
Add .go extension for go
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/libraries/Pygments.php')
-rw-r--r-- | application/libraries/Pygments.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/libraries/Pygments.php b/application/libraries/Pygments.php index 4baf43925..8a9f69bef 100644 --- a/application/libraries/Pygments.php +++ b/application/libraries/Pygments.php @@ -193,6 +193,7 @@ class Pygments { 'coffee' => 'coffee-script', 'cpp' => 'cpp', 'diff' => 'diff', + 'go' => 'go', 'haml' => 'haml', 'h' => 'c', 'hs' => 'haskell', |