atom/language-objective-c

Don't treat #!/usr/bin/env octave ... files as Objective C

Closed this issue · 3 comments

*.m files with octave in their shebang should be treated as MATLAB/Octave, not Objective C.

@mcandre Is this still an issue in Atom 1.2.4?

For some more context:
Currently, once the filetype matches, no more analysis on the file is done to determine what filetype it is. However, there has been a change in recent Atom versions so that core packages are matched last, which means MATLAB/Octave should get priority now.

No response, so closing. If this is still happening on Atom 1.7.2 or above please comment here.