Skip to content

False Classification with unknown language M #6532

Discussion options

You must be logged in to vote

There is only one file that has been incorrectly identified:

github-linguist vault/ --breakdown
46.96%  6113       Python
38.88%  5062       MATLAB
10.58%  1377       M
3.58%   466        Ruby

[...]

M:
Klasse 11/Physik/Projects/Octave/task_11.m

[...]

It hasn't been correctly identified because the content didn't match the Matlab regex used to differentiate all the users of the .m extension:

- extensions: ['.m']
rules:
- language: Objective-C
named_pattern: objectivec
- language: Mercury
pattern: ':- module'
- language: MUF
pattern: '^: '
- language: M
pattern: '^…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Kiyotoko
Comment options

Answer selected by Kiyotoko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants