Skip to content

Commit

Permalink
add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hhatto committed Apr 25, 2016
1 parent 9b9b765 commit 0f71a9f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions language.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ func getFileType(path string) (ext string, ok bool) {

switch ext {
case ".m", ".v":
// TODO: this is slow. parallelize...
hints := linguist.LanguageHints(path)
cont, err := getContents(path)
if err != nil {
Expand Down

0 comments on commit 0f71a9f

Please sign in to comment.