Skip to content

Commit

Permalink
fix detech logic for Matlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Hideo Hattori committed Jul 5, 2016
1 parent 8cf6fc7 commit 648b178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ var Exts map[string]string = map[string]string{
"lds": "LD Script",
"less": "LESS",
"Objective-C": "Objective-C", // deplicated Obj-C/Matlab
"MATLAB": "MATLAB", // both use ext '.m'
"Matlab": "MATLAB", // both use ext '.m'
"md": "Markdown",
"markdown": "Markdown",
"ML": "OCaml",
Expand Down

0 comments on commit 648b178

Please sign in to comment.