Skip to content

Commit

Permalink
Merge pull request #71 from watermarkhu/indexing_curly_brackets
Browse files Browse the repository at this point in the history
simplify indexing_curly_brackets
  • Loading branch information
dklilley authored Nov 9, 2023
2 parents 43ca09e + 0ba07c6 commit da0cd40
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -2070,17 +2070,9 @@
<dict>
<key>patterns</key>
<array>
<dict>
<key>comment</key>
<string>Indexed cell reference</string>
<key>name</key>
<string>variable.other.readwrite.matlab</string>
<key>match</key>
<string>([a-zA-Z][a-zA-Z0-9_]*)(?=\s*\{)</string>
</dict>
<dict>
<key>include</key>
<string>$self</string>
<string>#variables</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit da0cd40

Please sign in to comment.