Skip to content

Commit

Permalink
support Pony
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Jun 30, 2016
1 parent aa33290 commit 7332c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions language.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ var Exts map[string]string = map[string]string{
"pl": "Perl",
"pm": "Perl",
"plan9sh": "Plan9 Shell",
"pony": "Pony",
"ps1": "PowerShell",
"text": "Plain Text",
"txt": "Plain Text",
Expand Down Expand Up @@ -398,6 +399,7 @@ func GetDefinitionLanguages() map[string]*Language {
"Perl": NewLanguage("Perl", "#", ":=", ":=cut"),
"Plain Text": NewLanguage("Plain Text", "", "", ""),
"Plan9 Shell": NewLanguage("Plan9 Shell", "#", "", ""),
"Pony": NewLanguage("Pony", "//", "/*", "*/"),
"PowerShell": NewLanguage("PowerShell", "#", "<#", "#>"),
"Polly": NewLanguage("Polly", "<!--", "<!--", "-->"),
"Protocol Buffers": NewLanguage("Protocol Buffers", "//", "", ""),
Expand Down

0 comments on commit 7332c4f

Please sign in to comment.