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
hhatto committed Jun 27, 2022
2 parents 26ec374 + 20d0b18 commit 7916e57
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 @@ -152,6 +152,7 @@ var Exts = map[string]string{
"hpp": "C++ Header",
"hh": "C++ Header",
"html": "HTML",
"ha": "Hare",
"hx": "Haxe",
"hxx": "C++ Header",
"idr": "Idris",
Expand Down Expand Up @@ -510,6 +511,7 @@ func NewDefinedLanguages() *DefinedLanguages {
"Groovy": NewLanguage("Groovy", []string{"//"}, [][]string{{"/*", "*/"}}),
"Haskell": NewLanguage("Haskell", []string{"--"}, [][]string{{"{-", "-}"}}),
"Haxe": NewLanguage("Haxe", []string{"//"}, [][]string{{"/*", "*/"}}),
"Hare": NewLanguage("Hare", []string{"//"}, [][]string{{"", ""}}),
"HLSL": NewLanguage("HLSL", []string{"//"}, [][]string{{"/*", "*/"}}),
"HTML": NewLanguage("HTML", []string{"//", "<!--"}, [][]string{{"<!--", "-->"}}),
"Idris": NewLanguage("Idris", []string{"--"}, [][]string{{"{-", "-}"}}),
Expand Down

0 comments on commit 7916e57

Please sign in to comment.