diff --git a/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage b/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage index b6b7e0d..e08f373 100644 --- a/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage +++ b/Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage @@ -1844,7 +1844,7 @@ name meta.function-call.parens.matlab begin - ([a-zA-Z][a-zA-Z0-9_]*)\s*(\() + (?<!\.)\b([a-zA-Z][a-zA-Z0-9_]*)\s*(\() end (\)|(?<!\.{3}.*)\n) beginCaptures @@ -3045,15 +3045,6 @@ - property - - comment - Class property or enumeration member access - name - variable.other.property.matlab - match - (?<=\.)[a-zA-Z][a-zA-Z0-9_]*(?![a-zA-Z0-9_]|(?:\(|\{|\.\()) - readwrite_variable comment