commit b009446ca148c6c010012e1e24c4d3c9b75fa489 parent ca83e1dff5e3264c08f0dc58c3693453e193dc79 Author: mcol <mcol@posteo.net> Date: Mon, 3 Dec 2018 23:09:52 +0000 added ylim and xlim to syntax Diffstat:
M | syntax/matlab.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/syntax/matlab.vim b/syntax/matlab.vim @@ -132,7 +132,7 @@ syn keyword matlabFunc box errorbar hold loglog plot plot3 plotyy polar semilo syn keyword matlabFunc figurepalette pan plotbrowser plotedit plottools propertyeditor rotate3d showplottool zoom "Annotating Plots -syn keyword matlabFunc annotation clabel datacursormode datetick gtext legend line rectangle texlabel title xlabel ylabel zlabel caxis xticks yticks +syn keyword matlabFunc annotation clabel datacursormode datetick gtext legend line rectangle texlabel title xlabel ylabel zlabel caxis xticks yticks ylim xlim "Area, Bar, and Pie Plots syn keyword matlabFunc area bar barh bar3 bar3h pareto pie pie3 "Contour Plots