JamesRitchie / language-matlab

MATLAB/Octave language support for Atom
15 stars 9 forks source link

Error in snippets #14

Closed arnaldog12 closed 8 years ago

arnaldog12 commented 8 years ago

If I type 'if' and press enter, the following code is inserted: if condition

'if [[ $TM_USE_OCTAVE -ne '0' ]] then echo "endif" else echo "end" fi'

Thank you.

tomrijndorp commented 8 years ago

Yes, it seems there are multiple issues with the snippets. I'm looking into them now.