Merge pull request #1540 from rlespinasse/golo-support

Add support for Golo language
This commit is contained in:
Brandon Keepers
2014-11-08 14:00:36 -05:00
28 changed files with 1381 additions and 0 deletions

View File

@@ -951,6 +951,13 @@ Go:
extensions:
- .go
Golo:
type: programming
color: "#f6a51f"
lexer: Golo
extensions:
- .golo
Gosu:
type: programming
color: "#82937f"