Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hhatto/gocloc
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Jan 25, 2017
2 parents b3d3a75 + 67a0717 commit 8916747
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 @@ -57,6 +57,7 @@ var Exts map[string]string = map[string]string{
"bash": "BASH",
"sh": "Bourne Shell",
"c": "C",
"carp": "Carp",
"csh": "C Shell",
"ec": "C",
"erl": "Erlang",
Expand Down Expand Up @@ -381,6 +382,7 @@ func GetDefinitionLanguages() map[string]*Language {
"C Header": NewLanguage("C Header", "//", "/*", "*/"),
"C Shell": NewLanguage("C Shell", "#", "", ""),
"Cap'n Proto": NewLanguage("Cap'n Proto", "#", "", ""),
"Carp": NewLanguage("Carp", ";", "", ""),
"C#": NewLanguage("C#", "//", "/*", "*/"),
"Chapel": NewLanguage("Chapel", "//", "/*", "*/"),
"Clojure": NewLanguage("Clojure", ",#,#_", "", ""),
Expand Down

0 comments on commit 8916747

Please sign in to comment.