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

    matlab-ts-mode: update to latest matlab tree-sitter 1.1.0
    
    
https://github.com/acristoffers/tree-sitter-matlab/tree/76a10b714319c4580e4d6340a9a63d7fb898af13
---
 .../font_lock_events_non_keyword_expected.txt                       | 2 +-
 .../font_lock_keywords_as_others3.m                                 | 2 ++
 .../font_lock_keywords_as_others3.skip.txt                          | 1 -
 ...word_expected.txt => font_lock_keywords_as_others3_expected.txt} | 6 +++---
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git 
a/tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
 
b/tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
index 95438282a7..4d6b1ca8c5 100644
--- 
a/tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
+++ 
b/tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
@@ -4,4 +4,4 @@ c cccc 
cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
 
 kkkkkk o n
 dDkkkkkk o n
-dddddddDkkkkkkDd
+dddddddDddddddDd
diff --git 
a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.m 
b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.m
index efa4b8f276..a482ca6ac6 100644
--- a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.m
+++ b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.m
@@ -3,3 +3,5 @@
 % See: https://github.com/acristoffers/tree-sitter-matlab/issues/73
 
 true.some.nested.namespace.foo
+
+true.foo.bar = 1;
diff --git 
a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.skip.txt
 
b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.skip.txt
deleted file mode 100644
index bb645d29d1..0000000000
--- 
a/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.skip.txt
+++ /dev/null
@@ -1 +0,0 @@
-See https://github.com/acristoffers/tree-sitter-matlab/issues/73
diff --git 
a/tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
 
b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3_expected.txt
similarity index 64%
copy from 
tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
copy to 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3_expected.txt
index 95438282a7..1c93954d7b 100644
--- 
a/tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
+++ 
b/tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3_expected.txt
@@ -2,6 +2,6 @@ c ccc ccccccccc ccc
 
 c cccc cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
 
-kkkkkk o n
-dDkkkkkk o n
-dddddddDkkkkkkDd
+ddddDddddDddddddDdddddddddDddd
+
+ddddDdddDddd o nD

Reply via email to