Skip to content

Commit

Permalink
Merge pull request #26 from rlivings39/block-defs
Browse files Browse the repository at this point in the history
Add missing block start keywords
  • Loading branch information
rlivings39 authored May 17, 2020
2 parents a922b04 + c847763 commit ecc5d6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "language-matlab-octave",
"version": "1.0.4",
"version": "1.0.5",
"description": "MATLAB grammar support from official Mathworks bundle (used on Github.com). Octave support converted from TextMate.",
"keywords": [
"MATLAB",
Expand Down
2 changes: 2 additions & 0 deletions settings/language-matlab-octave.cson
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
|for|parfor|while
|try|catch
|unwind_protect
|properties|methods
|enumeration|events|arguments
)\\b
'''
decreaseIndentPattern: "^\\s*\\b(end\\w*|catch|else|elseif|case|otherwise)\\b"
Expand Down

0 comments on commit ecc5d6d

Please sign in to comment.