Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion syntax/matlab.vim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ endif

syn keyword matlabStatement return function
syn keyword matlabConditional switch case else elseif end if otherwise break continue
syn keyword matlabRepeat do for while
syn keyword matlabRepeat for while
syn keyword matlabStorageClass classdef methods properties events persistent global
syn keyword matlabExceptions try catch rethrow throw

Expand Down