aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/matlab
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/matlab')
-rw-r--r--runtime/queries/matlab/highlights.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/queries/matlab/highlights.scm b/runtime/queries/matlab/highlights.scm
index d2ab6053e..91fdae2a9 100644
--- a/runtime/queries/matlab/highlights.scm
+++ b/runtime/queries/matlab/highlights.scm
@@ -134,7 +134,8 @@
(identifier) @function)
(validation_functions
- (identifier) @function)
+ (property_name
+ (identifier) @function))
(command
(command_name) @function.call)