branch: externals/matlab-mode
commit ad2ca68c45ed09c15cd1443a82a525fa1ea13e44
Author: John Ciolfi <john.ciolfi...@gmail.com>
Commit: John Ciolfi <john.ciolfi...@gmail.com>

    matlab-ts-mode.el: for properties, added comment about nav issues
---
 matlab-ts-mode.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/matlab-ts-mode.el b/matlab-ts-mode.el
index caebab508e..50bccf7b93 100644
--- a/matlab-ts-mode.el
+++ b/matlab-ts-mode.el
@@ -2555,6 +2555,8 @@ function call."
                         ;;     (property name: (identifier)
                         ;;      (dimensions ( (number) , (number) ))
                         ;;      (identifier) \n)
+                        ;;
+                        ;; See: 
https://github.com/acristoffers/tree-sitter-matlab/issues/91
                         "property"
 
                         "function_arguments"

Reply via email to