Skip to content

Commit

Permalink
Add various Octave specific ending keywords
Browse files Browse the repository at this point in the history
end_try_catch, endfor, endfunction, endif, endwhile
  • Loading branch information
schoeps authored and infininight committed Oct 15, 2013
1 parent df19693 commit 26afe3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Octave.tmLanguage
Expand Up @@ -498,7 +498,7 @@
<key>comment</key>
<string>Control keywords</string>
<key>match</key>
<string>(?&lt;!\.)\b(all_va_args|break|case|catch|continue|else|end|for|elseif|end_unwind_protect|global|gplot|gsplot|if|otherwise|persistent|replot|return|static|start|startat|stop|switch|try|until|unwind_protect|unwind_protect_cleanup|varargin|varargout|wait|while)\b</string>
<string>(?&lt;!\.)\b(all_va_args|break|case|catch|continue|else|end|for|elseif|end_try_catch|end_unwind_protect|endfor|endfunction|endif|endwhile|global|gplot|gsplot|if|otherwise|persistent|replot|return|static|start|startat|stop|switch|try|until|unwind_protect|unwind_protect_cleanup|varargin|varargout|wait|while)\b</string>
<key>name</key>
<string>keyword.control.octave</string>
</dict>
Expand Down

0 comments on commit 26afe3e

Please sign in to comment.