We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1c0c8 commit 3bdcd86Copy full SHA for 3bdcd86
Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage
@@ -2893,7 +2893,7 @@
2893
<key>name</key>
2894
<string>variable.other.property.matlab</string>
2895
<key>match</key>
2896
- <string>(?<=\.)[a-zA-Z][a-zA-Z0-9_]*(?![a-zA-Z0-9_]|(?:\(|\{|\.\())</string>
+ <string>(?<=\.)[a-zA-Z][a-zA-Z0-9_]*(?!\(|\{|\.\()</string>
2897
</dict>
2898
<key>readwrite_variable</key>
2899
<dict>
@@ -2902,7 +2902,7 @@
2902
2903
<string>variable.other.readwrite.matlab</string>
2904
2905
- <string>(?<![a-zA-Z0-9_]|\.)[a-zA-Z][a-zA-Z0-9_]*(?![a-zA-Z0-9_]|(?:\(|\{|\.\())</string>
+ <string>(?<![a-zA-Z0-9_]|\.)[a-zA-Z][a-zA-Z0-9_]*(?!\(|\{|\.\()</string>
2906
2907
<key>property_access</key>
2908
0 commit comments