Editing Matlab files in Vim
Contains a set of files useful to edit Matlab files.
Included is :
1) Syntax highlighting
2) Correct indentation
3) Integration in vim of the mlint Matlab code checker with the :make command
4) Correct setting to use the matchit.vim script (extension of the % command to match if/end, for/end,... blocks)
5) Tag support
6) Help file
Cita come
Fabrice (2024). Editing Matlab files in Vim (https://www.mathworks.com/matlabcentral/fileexchange/21798-editing-matlab-files-in-vim), MATLAB Central File Exchange. Recuperato .
Compatibilità della release di MATLAB
Compatibilità della piattaforma
Windows macOS LinuxCategorie
Tag
Riconoscimenti
Ispirato: Highlighting Matlab files in Vim
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Scopri Live Editor
Crea script con codice, output e testo formattato in un unico documento eseguibile.
Versione | Pubblicato | Note della release | |
---|---|---|---|
1.4.0.0 | Updated support for the matchit script (to use % to jump between try/end, if/end, switch/end,... blocks) , to deal with expressions like a(1+end) where 'end' is not the end of a block command but the length of a vector. |
||
1.3.0.0 | - Added support for indentation of if/end blocks on the same line
|
||
1.2.0.0 | Enhanced syntax highligting for Matlab m-files : most Matlab builtin functions are now highlighted |
||
1.1.0.0 | - added a help file (matlab.txt)
|
||
1.0.0.0 |