elpasync pushed a change to branch externals/matlab-mode.

      from  60665e66df Add doc/matlab-tree-sitter.org
       new  f98b9e8434 matlab-ts-mode: initial commit with font-lock support
       new  9a5abdd38d matlab-ts-mode: improve font-lock
       new  3316b538c4 matlab-ts-mode.el: code cleanup - join common rules in 
font-lock setup
       new  54ce78e83c matlab-ts-mode: update font-lock baselines per fixes to 
matlab-tree-sitter
       new  3498ef710d matlab-ts-mode: add keywords tests, fix handling of spmd 
keyword
       new  a65f112403 matlab-ts-mode: add font-lock test
       new  fada8af4cb matlab-ts-mode: don't treat spmd as a keyword because 
it's not handled yet
       new  eaf804f6da matlab-mode-on-windows.org: update shell prompt and git 
setup
       new  04b58e9f13 matlab-ts-mode: add initial support for code indenting
       new  2a75ba07a4 matlab-ts-mode: add syntax-table and comment setup
       new  d531607698 treesit-mode-how-to.org: added syntax table, etc.
       new  582673fcb7 contributing/treesit-mode-how-to.org: various updates
       new  480ac1620a matlab-ts-mode.el: add treesit-defun-type-regexp
       new  27f743e547 matlab-ts-mode: improve test structure
       new  581c5cec20 matlab-ts-mode.el: fix doc comment handling
       new  cc04be783e matlab-ts-mode.el: add preliminary t-utils-xr
       new  20bb2ef1e3 matlab-ts-mode: have t-utils-xr mostly working, added 
test
       new  2da5b1836d t-utils.el: update t-utils-test-font-lock to use a temp 
buff
       new  60e6793d79 t-utils.el: update t-utils-test-indent to use a temp 
buffer
       new  589b2deeeb t-utils.el: update t-utils-test-syntax-table to use a 
temp buffer
       new  4d1f30fb80 t-utils.el: initial t-utils-diff-strings with checking
       new  3c562b11e9 t-utils.el: record that we checked diff
       new  da5d797047 matlab-ts-mode: add test for basic comment handling, M-;
       new  8eef70d975 matlab-ts-mode: add forward-page/backward-page test
       new  104a9d4e4a t-utils.el: improve t-utils-xr debug handling and mark 
handling
       new  60a40a097a matlab-ts-mode: add M-q fill paragraph tests
       new  fdb031dce0 matlab-ts-mode: use treesit-thing-settings for defun 
movement
       new  64f09a56ae matlab-ts-mode: font-lock comment headings and markers
       new  8c8fbd05c9 matlab-ts-mode.el: indent level for end-less functions 
is 0
       new  432707abf5 t-utils.el: doc standard-output issue with 
t-utils-test-xr
       new  216e97fa72 matlab-ts-mode: treesit-defun-name-function setup for 
Change Log's
       new  b47f47c88e matlab-ts-mode: setup treesit-simple-imenu-settings
       new  e8acea93dc tests/test-matlab-ts-mode-treesit-defun-name.el: fix typo
       new  804630d54a matlab-ts-mode: add imenu, fix a font-lock issue
       new  3b023da0dd matlab-ts-mode: add outline support, fix font-lock %% 
heading issue
       new  617e432ab9 matlab-ts-mode.el: fix some comments
       new  5500471a1d matlab-ts-mode: add on save fixes, correct defcustom 
names
       new  641201f76a matlab-ts-mode: don't offer to fix function name if it's 
good
       new  22803079c7 matlab-ts-mode: support single quoted strings in 
electric-pair-mode
       new  0206a73595 t-utils-xr no longer displays nil when invoked in batch 
mode
       new  9cfbbd4786 matlab-ts-mode: improve font-lock
       new  aa9ba2fa28 matlab-ts-mode: removed unnecessary font-lock rule
       new  15b7e78119 matlab-ts-mode: font-lock - builtins and for variable
       new  f4022c6e44 matlab-ts-mode: font-lock string escapes sequences
       new  b81781781e matlab-ts-mode: improve font-lock for factory items
       new  c7ebf37ce0 matlab-ts-mode: more font-lock improvements and test 
structure update
       new  4f6b550f08 matlab-ts-mode: minor cleanup on builtin handling, added 
to do's.
       new  17eaf1611a treesit-mode-how-to.org: added a few items
       new  f534abfdad matlab-ts-mode--builtins: corrected hash table size
       new  91063368f6 matlab-ts-mode: match blocks and quotes via show-paren
       new  ad24d31179 matlab-ts-mode: remove completed TODO item
       new  c254320c42 matlab-ts-mode: handle multi-output variable in font-lock
       new  db7d322edd matlab-ts-mode: add a few indent rules
       new  aa2168d9ff matlab-ts-mode: updated todo items
       new  e0d11194a4 matlab-ts-mode: fixed a couple comments for show-paren
       new  ae55b7528b matlab-ts-mode: handle incomplete strings in 
show-paren-mode matching
       new  f099b1658a treesit-mode-how-to: added declare-function for paren 
example
       new  7ee58549d8 matlab-ts-mode: add thing settings for sexp, sentance, 
and text
       new  32c8abdb80 matlab-ts-mode: fix a couple indent issues, add indent 
sweep test
       new  decea985e4 matlab-ts-mode: update tests to use ert, fix electric 
pair issue
       new  de5f977178 t-utils-get-files: update to take test-name
       new  6d80d4e188 t-utils.el: improve font lock baseline error messages
       new  77b26fc52d matlab-ts-mode: update to latest matlab tree-sitter, 
improve t-utils
       new  6952f13bd6 matlab-ts-mode: in regexp's use bos eos instead of bol 
eol in strings
       new  0f5b009d90 matlab-ts-mode: fix bol -> bos, eol -> eos in rx
       new  4d29f5356a matlab-ts-mode: simplify writing tests
       new  9875da76ec matlab-ts-mode: use builtin face for builtin commands, 
update how to guide
       new  865e0e3553 wsl_debian_setup.org: Windows+Linux Emacs devel using wsl
       new  ae5881c990 wsl_debian_setup.org: added a few more setup items
       new  f744615eef README.org: added link to matlab-emacs-discuss mail list
       new  f503a9e681 matlab--access.el: consolidate access to the MATLAB 
installation
       new  1d5e30c4ba semantic-matlab: use matlab--get-matlabroot
       new  a15e91b573 flycheck-matlab-mlint: initial flycheck setup
       new  ef9fbcbfb3 matlab-ts-mode: add a few todo items
       new  1cb0bc4f79 matlab-ts-langs-install: utility to download the 
tree-sitter slib's
       new  220c7a185a matlab-ts-mode: update per new matlab ts shared lib
       new  e6206eb890 matlab-ts-mode: handle corrupted content in *.m files
       new  cc5a425e1a matlab-ts-mode: update name of encoding check function
       new  a3c7edc1d2 matlab-ts-mode: fix indent cell/row issue
       new  b60330dfa4 matlab-ts-mode: doc handling corrupted content
       new  1b9fcd2b9d test: add tests/sweep-test-matlab-ts-grammar.el
       new  0ad3a8730b matlab-ts-mode.el: add todo items
       new  b07957000d wsl_debian_setup.org: add sudo apt install shellcheck
       new  0bb14f45c8 t-utils: update sweep tests to create result-file
       new  445e46c43c wsl_debian_setup.org: add install of emacs-el
       new  5cbe504228 matlab-ts-mode: indent fixes for incomplete 
matrix/cell/switch
       new  4ab05daf88 matlab-ts-mode: indent, handle RET after statements
       new  a92352becd matlab-ts-mode.el: add a couple indent todo items
       new  cb0f8e5c39 treesit-mode-how-to.org: add what does tree-sitter 
provide section
       new  0b16f8c4a3 matlab-ts-langs-install.el: updated to work on windows
       new  91aa1e5380 t-utils.el: make t-utils-run interactive
       new  1c8775a683 matlab-ts-mode: indent updates + devel utils
       new  7d8e05461e matlab-ts-mode: add test for incomplete continuation
       new  2255f15591 matlab-ts-mode: handle indent continuation for fcn open
       new  67c027b003 matlab-ts-mode: remove a couple completed todo's
       new  8f2f138b7d t-utils.el: improve formatting of standard-output in 
resulst org file
       new  69e879e59e matlab-ts-mode.el: remove completed todo
       new  586adb013d matlab-ts-mode: indent code and comment cleanup
       new  dba7b3b380 matlab-ts-mode: fontify formatting_sequence nodes
       new  d073b8be6d matlab-ts-mode: update matlab-ts-mode-font-lock-level 
description
       new  e5d9466d13 matlab-ts-mode: fix "Mismatched parentheses"
       new  01c317f485 matlab-ts-mode: add matlab-ts-mode-comment-marker-help 
for menu
       new  9c02b20a14 matlab-ts-mode: initial support for mlint flycheck
       new  1572aa85f7 matlab-ts-mode: updated mlint to use 
matlab--get-mlint-exe
       new  53f6526a5f matlab-ts-mode: add to do item
       new  1e5d33cdf4 matlab-ts-langs-install: enable downloading of lastest 
or older rleases
       new  f7d23de02e matlab-ts-mode: fix typo in test 
font_lock_fcn_arguments.m
       new  2e30a53e2a matlab-ts-mode: updated to do item
       new  bffac2c1e5 sweep-test-matlab-ts-grammar: don't flag 
function/classdef name mismatch
       new  5bf410cd9c matlab-ts-mode: add indent to do
       new  af562fd422 matlab-ts-mode: fix typos in some test files
       new  56b5cfca54 matlab-ts-mode: fix missing ')'
       new  1f0773121b treesit-mode-how-to.org: added info on building 
tree-sitter manually
       new  2accdb6128 Makefile: fix matlab-autoload.el race condition
       new  2fbbc07931 matlab-shell: make it work with matlab-ts-mode or 
matlab-mode
       new  bd3c0bfc15 matlab-ts-mode: initial keymap and menu
       new  3719a797ab treesit-how-to: added fill-paragraph testing
       new  77d9ca7a49 matlab-ts-mode: connect with matlab-sections-minor-mode
       new  0d16f274fe matlab-ts-mode: add 
tests/test-matlab-ts-mode-mfile-type.el
       new  ab39310720 matlab-ts-mode: add indent to do item
       new  2dce7a1fda matlab-ts-mode: add comment marker grep and help to menu
       new  8cbec5946e matlab-ts-mode: add debugger, update menu
       new  f2658aa779 matlab-ts-mode: add imenu to the menu
       new  87608e9bac matlab-ts-mode.el: add mlint to menu
       new  2d9f04a2a1 matlab-ts-mode: fix indent on return/tab after block
       new  cd5d401922 t-utils.el: t-utils-get-files, skip hidden files of form 
.#file.lang
       new  43bd7ce861 matlab-ts-mode: update to latest ts .so, add more indent 
support
       new  c516b302e4 matlab-ts-mode.el: remove matlab-ts-mode--i-error-matcher
       new  f0b14e5e84 matlab-ts-mode: update next line matcher to handle error 
context only
       new  f589b9d632 t-utils.el: add t-utils-test-parser
       new  57d407c34b t-utils.t: improve t-utils-test-parser, fix typos
       new  42287173ac matlab-ts-mode: fixed typos
       new  35d37f96dc matlab--access.el: fix typos
       new  8a047fb6dc matlab--shell-bridge.el: fix typos
       new  f1bc1a3c21 matlab--shared.el: fix typos
       new  103240b158 matlab-ts-mode--builtins.el: fix typos
       new  46a858a8f0 matlab-ts-mode.el: give true and false have builtin face
       new  7ba16fdd51 matlab-ts-mode: add font-lock test for end keyword in 
context of an error
       new  80a8a7187f matlab-ts-mode: add test for classdef properties issue 49
       new  55a899eac9 matlab-ts-mode: update to use latest matlab tree-sitter
       new  6711aefa42 matlab-ts-mode: removed an indent to do item
       new  6cf03e5d87 matlab-ts-mode: remove indent to do item and add test
       new  ff1194ab5b matlab-ts-mode: fix indent issue when in presence of 
syntax error
       new  750f11b71c matlab-ts-mode: fix indent issue involving properties
       new  e3bdcefd32 matlab-ts-mode: fixes for properties with continuations
       new  36d2d77793 matlab-ts-mode: removed a completed to do item, added a 
new indent to do item
       new  7ca68ae615 matlab-ts-mode: validate enum's faces in presence of 
non-empty blank line
       new  f60d105e47 t-utils: improve name of indent typing newline function
       new  2e64a721bc t-utils: indent of unindented uses a temporary buffer
       new  93c6f8bc76 t-utils.el: add disabled indent line-by-line testing
       new  e3d3046a9b tests/test-matlab-ts-mode-indent-files/indent_cell.m: 
fix syntax error
       new  d8256fca36 matlab-ts-mode: fix indent in cells during typing, add 
indent typing line-by-line
       new  e0e633bd79 t-utils: added t-utils-xr-print-code
       new  a28e9a7157 t-utils: improve error messages
       new  f7237bf37f matlab-ts-mode: more fixes to indent when code is 
incomplete
       new  f0306d55b4 treesit-mode-how-to.org: updated description of 
t-utils-xr
       new  5987b87922 treesit-mode-how-to.org: updated t-utils-xr info
       new  c528e6da56 t-utils: improve error messages for indent
       new  d4fdf2fae1 matlab-ts-mode: more indent fixes when matlab code is 
incomplete
       new  db9de4f835 tests/sweep-test-matlab-ts-grammar.sh: require matlab is 
on path
       new  4e81ea9b82 t-utils: added ability to disable line-by-line indent 
sub-test
       new  3058d99071 matlab-ts-mode: fix indent of enumeration's when code is 
incomplete
       new  73f89c71a8 t-utils.el: add comments about indent line-by-line
       new  94caf9d8c0 matlab-ts-mode: fix indent of added comments after code 
in incomplete function
       new  fa0fc18983 matlab-ts-mode: improve line-by-line indent testing
       new  d6db2b2723 t-utils.el: improve comments about indent via 
line-by-line typing
       new  5be1421dff t-utils: add comment on why we trim the indent results
       new  3f8c800e7e matlab-ts-mode: remove skip.typing.txt for endless 
function indent test
       new  4f16391009 matlab-ts-mode: indent fixes for ellipsis continuations
       new  afa871b867 matlab-ts-mode: fix indent as you type for continued fcn 
out/in args
       new  65d5d4bc1e matlab-ts-mode: fix indent of incomplete if statements
       new  8d065e0e97 matlab-ts-mode: fix indent of classdef doc comment when 
m-file has errors
       new  48ca56adf7 matlab-ts-mode: fix spelling typo
       new  479e08ccfe matlab-ts-mode: handle indents under start of block 
comment
       new  43d451acda matlab-ts-mode: remove 
indent_line_continuation.skip.typing.txt
       new  c57657b82e matlab-ts-mode: remove indent_nested.skip.typing.txt
       new  f1c99557f1 matlab-ts-mode: remove remaining indent to do items
       new  d093ccb343 matlab-ts-mode: remove completed t-utils to do item
       new  c6ad375992 matlab-ts-mode: use post-self-insert-hook to insert 
final newline
       new  538d2b5d7a matlab-ts-mode: remove debugging print
       new  52c6d5ede0 matlab-ts-mode: add electric ends
       new  227d3afd69 matlat-ts-mode: improve help on font-lock levels
       new  5e979864aa matlab-ts-mode: disable electric ends in tests that 
require it to be off
       new  d7a9cb53be matlab-ts-mode: fix indent for conditionals that are 
continued
       new  b4cdd1c74e matlab-ts-mode: removed unused 
matlab-ts-mode--do-functions-have-end
       new  5be9caddd2 matlab-ts-mode: add "MATLAB indent standard" comment
       new  3d634ec40f matlab-ts-mode: enable automatic entry to matlab-ts-mode
       new  f6a6eb56d0 matlab-ts-mode: update to latest matlab tree-sitter, 
handle end index
       new  04339010c1 matlab-ts-mode: remove font lock to do item
       new  2b2246dbfb matlab-ts-mode: added a to do item
       new  19c3983d7f matlab-shell: fix tab completion
       new  3ab8309d99 matlab-ts-mode: added matlab-shell to do item
       new  fab8d96ac2 matlab-ts-mode: update to latest tree-sitter-matlab
       new  796f32ffef matlab-ts-mode: update info on character class \n
       new  9f554c9195 matlab-cgen.el: remove reference to nonexistent function
       new  fba8c165f3 matlab-ts-mode: add a number of disabled font-lock tests 
waiting on fixes
       new  9e367f2f36 emacsrunregion: remove unnecessary display of mfile due 
to missing semicolon
       new  5b0e453ad9 matlab-ts-mode: add a couple to do items
       new  ec15a5576a matlab-shell: fix save and go for matlab-ts-mode
       new  95c2af9050 matlab-ts-mode: add to do items
       new  520906104c matlab-ts-mode: updated setup help
       new  ea5cd6b59d matlab-ts-mode: add fcn_call_with_cell test
       new  b30df4abb5 matlab-ts-mode: update to latest abi/14 matlab 
tree-sitter
       new  556f1f3d3a matlab-ts-mode: report all errors in sweep grammar test
       new  578bf4121a matlab-ts-mode: add matlab-function-signature-face
       new  8b394ca579 matlab-ts-mode: fix indent after abstract methods
       new  2950e206bf matlab-ts-mode: add test for matlab ts issue 74
       new  5929268ab8 matlab-ts-mode: add disabled test case for continuation 
issue 75
       new  9ac9d7e0c8 matlab-ts-mode: remove indent to do items due to matlab 
ts issue75
       new  3d03b4592f matlab-ts-mode: indent incomplete arg/prop
       new  7882469df9 matlab-ts-mode.el: indent fcn args on next line
       new  8aad06e731 matlab-ts-mode: add 
matlab-ts-mode-variable-override-builtin-face
       new  fb72b0d0a9 matlab-ts-mode: removed font-lock to do item
       new  429f51dd2e matlab-ts-mode: update to latest matlab tree-sitter
       new  6e8e039a04 matlab-ts-mode: update to latest matlab tree-sitter 1.1.0
       new  261cedfeeb matlab-ts-mode: add skipped tests for matlab ts issues 
76 to 81
       new  360b5b8dbb matlab-ts-mode: add disabled test for matlab ts issue 82
       new  0d793d4801 matlab-ts-mode: update to latest matlab tree-sitter 
abi/14 cb93a80
       new  f739612f29 matlab-ts-mode: fix typing inden to cell, 
indent_cont_cell_issue75.m
       new  742598c94e matlab-ts-mode.el: indent fixes when adding code 
line-by-line
       new  efd0140ced matlab-ts-mode: add disabled tests for matlab ts issues 
85 to 90
       new  3f5b595cc7 contributing: consolidate maintenance files under 
./contributing
       new  d361697444 matlab-ts-mode: use builtin face on validator functions, 
etc.
       new  719e9bb7c0 matlab-ts-mode: remove completed to do item
       new  a4c5bc4fa3 matlab-ts-mode: add instructions for use with org mode
       new  b12510264e matlab-ts-mode: removed completed to do item
       new  69f081467d matlab-ts-mode: improve menu and integration with 
matlab-shell
       new  e0b79f501a matlab-ts-mode: update help for matlab-shell for 
matlab-ts-mode
       new  dae6d1d845 matlab-ts-mode: update rename variable to do item
       new  60fcb621f5 t-utils: add new line to t-utils-test-parser baselines
       new  a06ed0f937 matlab-ts-mode: improve font for keywords used in 
non-keyword context
       new  772b140818 matlab-ts-mode: finish abbrev-mode to do item
       new  b5ec1a51b8 matlab-ts-mode: update to do items
       new  f4b94b1e29 matlab-ts-mode: initial lsp-mode support
       new  7547bb110f matlab-ts-mode: update todo's, use lsp-rename instead of 
adding this via ts
       new  4dbdcc5bfa contributing/DEBUGGING.org: add Testing Emacs via a 
custom HOME
       new  dd501e23ae contributing/wsl_debian_setup.org: fix typos
       new  f593ae5884 doc/matlab-language-server-lsp-mode.org: add flycheck 
setup
       new  d2a7ebdaea matlab-ts-mode: updated check setup to do both lsp-mode 
and mlint
       new  f5fbb92ef8 genBuiltinsHashTable.m: updated to get all namespaces 
items, skip internal items
       new  abaa8cb3b1 matlab-ts-mode: handle indent when incomplete for under 
switch
       new  edb8dff5ac matlab-ts-mode--i-next-line-matcher: reorganize
       new  7f83492eca contributing/genBuiltinsHashTable.m: capture classes, 
etc. as builtins
       new  cee8628346 matlab-ts-mode: for doc comments, add electric-end "% "
       new  0c9d2e4920 matlab-ts-mode: doc how to use treesit imenu instead of 
lsp mode for imenu
       new  bab9e56dc1 matlab-ts-mode: simplifying imenu setup, always use 
treesit
       new  c07a921fbd matlab-ts-mode: address to do's related to thing settings
       new  33437defd0 matlab-ts-mode: improved matlab-ts-mode-check-setup
       new  7aa63dfdab Improved install instructions
       new  99e1831264 contributing/genBuiltinsHashTable.m: add logging
       new  2d643e4343 toolbox/emacsinit.m: suppress mlint messages
       new  2200972fd6 toolbox/+emacs/set.m: suppress mlint messages
       new  4a6afd9550 toolbox/opentoline.m: for newer matlab, get editor from 
settings
       new  ee545c2071 contributing/genBuiltinsHashTable.m: improve logging
       new  ad2ca68c45 matlab-ts-mode.el: for properties, added comment about 
nav issues
       new  d4679b6cc2 test/t-utils.el: improve major-mode setup on temp buffers
       new  5963cc62e0 matlab-ts-mode: update to latest matlab ts abi/14 commit 
3e7a2a8
       new  17795518f5 t-utils-test-parser: escape '{' and '}' in captured text
       new  36385a9241 contributing/genBuiltinsHashTable.m: fix typo in bMap
       new  38080da914 test/Makefile: add RUN_T_UTILS_TEST option
       new  6882843ef7 matlab-ts-mode: update to latest ts commit cf72bb2 on 
branch abi/14
       new  999b82df64 matlab-ts-mode: update builtins hash table
       new  e60b6a4176 t-utils: require a label for t-utils-xr
       new  67552aec28 matlab-ts-mode: updated to matlab ts abi/14 commit 
5ad9933
       new  cbe26254ce matlab-ts-mode: add indent to do item
       new  d873e48a33 matlab-ts-mode: added sweep-test-matlab-ts-grammar item
       new  1de43de2eb matlab-ts-mode: fix indent of spmd
       new  c48e8b8610 t-utils: update to insert a final new line for sweep 
test grammar
       new  00d616ca2c matlab-ts-mode: handle mulitple levels of parens for 
indent
       new  2237ab1818 matlab-ts-mode: handle endless functions with electric 
ends
       new  ec032275e2 matlab-ts-mode: don't insert electric end when not on a 
keyword
       new  36eb8a0163 matlab-ts-mode: add disabled tests for matlab ts issues 
93 to 100
       new  369e7acfc5 matlab-ts-mode: add tests up to matlab ts issue 104
       new  764b485974 build: enable building with older Emacs 27, 28, or 29
       new  809b09d547 matlab-ts-mode: add disabled test for matlab ts issue 105
       new  4aafae2bd4 matlab-ts-mode: add indent test for odd if-else statement
       new  5c4063e93b matlab-ts-mode: fix indent of continued namespace 
functions
       new  9528b08e94 matlab-ts-mode: add indent test of expressions to 
lockdown behavior
       new  22eb598c96 matlab-ts-mode: fix superclass continued indent
       new  347384a620 matlab-ts-mode: improve error when non-utf8 content found
       new  11c16524c0 matlab-ts-mode: fix typos
       new  c76da81e11 matlab-ts-mode--builtins.el: add release comment
       new  ec235263ee contributing/treesit-mode-how-to.org: add release note 
items
       new  fb75674dfc t-utils: fix typos
       new  e1abec817c matlab-ts-mode: update comments in the tests
       new  199d48d9be matlab-ts-mode: update baseline for file encoding test
       new  e86ad99c0b matlab-ts-mode: added test for 
matlab-ts-view-parse-errors
       new  a359af72fe matlab-ts-mode: updated release note info
       new  4ae40a1113 matlab-ts-mode: add test for matlab ts issue 106
       new  5fe1a16ba0 tests/sweep-test-matlab-ts-mode-indent.el: update 
comments
       new  9c9571ede6 doc/matlab-language-server-lsp-mode.org: fixed minor typo
       new  52f9680134 matlab-ts-mode: trailing fcn comments and doc comments 
indent fix
       new  4f6ae07db0 matlab-ts-mode: fix classdef doc indent issue, add more 
tests
       new  22810ad4aa matlab-ts-mode: test for parsing cells with comments
       new  bff6e628d7 matlab-ts-mode: test for parse tree issue 107
       new  3de24154f0 matlab-ts-mode: improve beginning of command, end of 
command
       new  7c8bf2aa67 matlab-ts-mode: highlight comment markers in ellipsis 
continuations
       new  41999218d4 matlab-ts-mode: fix indent of continued fcns
       new  1c18622da6 matlab-ts-mode: fix column-0
       new  baa0ba9373 matlab-ts-mode: add issue for M-x indent-region region 
failure
       new  e647402f58 matlab-ts-mode: indent continued properties
       new  4e5864582d t-utils-test-indent: create NAME_expected_msgs.LANG 
baselines
       new  040f30d9b3 t-utils-test-indent: fix format of captured messages
       new  c44ce913fe matlab-ts-mode: fix indent of function-call args
       new  d13beaef59 t-utils-test-indent: report errors with indent-region 
before expected msgs errors
       new  0f13363b9f matlab-ts-mode: add test locking down fcn-call within 
fcn-call continued
       new  a716c2684a matlab-ts-mode: indent continued fcn-call in fcn-call
       new  a488d1601f matlab-ts-mode: indent line continuation comments in 
continued fcn calls
       new  6579b04239 matlab-ts-mode: indent classdef continued properties
       new  7d9d6864e2 treesit-mode-how-to.org: add info on writing indent 
engine
       new  77b8f3922c tests/test-matlab-ts-mode-indent.el: improve help
       new  c2fdc7277d tests/t-utils.el: improve help on t-utils-test-indent
       new  d81e5a6510 matlab-ts-mode: fix indent-region problem where offset 
wasn't fixed
       new  593d966f1f matlab-ts-mode: fix indent of cell row alignment
       new  2bab2354f4 matlab-ts-mode: add M-q todo item
       new  69bcda3af4 Update release to 7.0, add news entries for 
matlab-ts-mode
       new  c8bfd2d943 matlab-ts-mode: add version and test to validate all 
versions the same
       new  472c48a7cf tests/metest.el: don't run matlab tree-sitter tests if 
it's not installed
       new  c3e16dce22 matlab-ts-mode: improve installation instructions
       new  6de5daab87 matlab-ts-mode: fix a few org link so they render in 
github
       new  5ceb5207b9 install-emacs-matlab-from-git.org: fix link
       new  a22650358f install-emacs-matlab-from-git.org: fix typo
       new  82dc0b2601 t-utils: use &key args, improve help, improve comments
       new  adb109ff28 t-utils: improve indent sweep test, update comments
       new  ca91c80562 treesit-mode-how-to.org: doc improvements
       new  2465e33090 delete outdated doc/matlab-tree-sitter.org
       new  d09c0bd876 treesit-mode-how-to.org: updated
       new  c0cc9b04ca tests/sweep-test-matlab-ts-mode-indent.el: catch another 
class of mlint errors
       new  81bc626c03 matlab-ts-mode: improve C-M-f, C-M-b when not at 
start/end of node
       new  b4c2761ee6 treesit-mode-how-to.org: minor tweaks
       new  89a3fd857d matlab-ts-mode: improve M-q
       new  c1b7ef32c2 matlab-ts-mode: fix typo
       new  dce0d1db50 matlab-ts-mode--get-parse-errors: add optional source 
argument
       new  7b51492ce9 matlab-ts-view-parse-errors: show error line content 
with pointer
       new  b0f28782cc test-matlab-ts-mode-view-parse-errors.el: fix typo in 
help
       new  51bad89541 matlab-is-matlab-file: fix m-files in archives for Emacs 
28 to 30
       new  23fcc92eb1 spell check
       new  baad804bb6 matlab-shell: eliminate compiler warning on Emacs 27
       new  79c13f6032 metest.el: remove version check, make work with Emacs < 
30
       new  f3934b03c9 doc/install-matlab-tree-sitter-grammar.org: add windows 
build from src
       new  c24fd3153e doc/install-matlab-tree-sitter-grammar.org: simplify 
install instructions
       new  bd3d85ff4b doc/install-matlab-tree-sitter-grammar.org: minor updates
       new  737360ad09 t-utils.el: disable indent NAME_expected_msgs.LANG check 
on Windows
       new  0db7e4dad8 t-utils-test-parser: work around libtree-sitter bug for 
baseline generation
       new  2c2a7cef2a skip indent_xr_for_within_case.m on Windows
       new  0331f9094e contributing/install-emacs-matlab-from-git.org: fix 
link, minor updates
       new  bd6b880d3a contributing/install-emacs-matlab-from-git.org: fix 
install ts link
       new  4dca06dad0 doc/install-matlab-tree-sitter-grammar.org: update layout
       new  919ec900ad t-utils-sweep-test-ts-grammar: add error line with '^' 
pointer
       new  afd143e4ac tests/test-matlab-is-matlab-file.el: add more test cases
       new  d39895c2a4 NEWS.org: added entry for issue 56
       new  9d27212c21 Add MELPA-ELPA.org file that explains how to upgrade the 
matlab pkg in ELPA
       new  2fff242dd3 NEWS.org: update entry for release 7.0


Summary of changes:
 .dir-locals.el                                     |      5 +-
 .elpaignore                                        |      5 +
 Makefile                                           |     45 +-
 NEWS.org                                           |    195 +-
 README.org                                         |     64 +-
 company-matlab-shell.el                            |      2 +-
 contributing/DEBUGGING.org                         |     13 +
 contributing/MELPA-ELPA.org                        |     68 +
 contributing/eval-buffer-fully.el                  |     42 +
 contributing/genBuiltinsHashTable.m                |    221 +
 contributing/install-emacs-matlab-from-git.org     |     91 +
 matlab-maint.el => contributing/matlab-maint.el    |      0
 contributing/treesit-mode-how-to.org               |   2215 +
 contributing/ts-inspect.el                         |     68 +
 contributing/wsl_debian_setup.org                  |    246 +
 doc/faq.org                                        |      1 +
 doc/install-matlab-tree-sitter-grammar.org         |    199 +
 doc/matlab-and-abbrev-mode.org                     |     32 +
 doc/matlab-code-sections.org                       |      2 +
 doc/matlab-imenu.org                               |      2 +
 .../matlab-and-lsp-mode-rename.png                 |    Bin 0 -> 67915 bytes
 doc/matlab-language-server-lsp-mode.org            |     78 +-
 doc/matlab-mode-on-windows.org                     |     24 +-
 doc/matlab-netshell-for-windows.org                |      2 +
 doc/matlab-shell-for-unix.org                      |      8 +-
 doc/matlab-tree-sitter.org                         |    160 -
 .../matlab-and-org-mode-python.org                 |      4 +-
 matlab--access.el                                  |    294 +
 matlab--shared.el                                  |     49 +
 matlab--shell-bridge.el                            |     90 +
 matlab-cgen.el                                     |      4 +-
 matlab-compat.el                                   |     66 -
 matlab-complete.el                                 |      3 +-
 matlab-is-matlab-file.el                           |    102 +
 matlab-mode.el                                     |      4 +-
 matlab-netshell.el                                 |     15 +-
 matlab-org.el                                      |      2 +-
 matlab-scan.el                                     |      2 +-
 matlab-sections.el                                 |      7 +-
 matlab-shell-gud.el                                |     14 +-
 matlab-shell.el                                    |    378 +-
 matlab-syntax.el                                   |      4 +-
 matlab-topic.el                                    |      7 +-
 matlab-ts-langs-install.el                         |    291 +
 matlab-ts-mode--builtins.el                        | 153728 ++++++++++++++++++
 matlab-ts-mode.el                                  |   4139 +
 matlab.el                                          |    174 +-
 mlint.el                                           |    126 +-
 semantic-matlab.el                                 |      5 +-
 semanticdb-matlab.el                               |     14 +-
 tests/.dir-locals.el                               |      5 +-
 tests/Makefile                                     |     36 +-
 tests/metest.el                                    |     40 +-
 tests/sweep-test-matlab-ts-grammar.el              |    174 +
 tests/sweep-test-matlab-ts-grammar.sh              |     38 +
 tests/sweep-test-matlab-ts-mode-indent.el          |    103 +
 tests/t-utils.el                                   |   2932 +
 tests/test-matlab-is-matlab-file-files/archive.zip |    Bin 0 -> 526 bytes
 tests/test-matlab-is-matlab-file.el                |     68 +
 .../comments_basic.m                               |     12 +
 .../comments_basic_expected.org                    |    185 +
 tests/test-matlab-ts-mode-comments.el              |     65 +
 .../electric_ends_cases.m                          |     41 +
 .../electric_ends_cases_expected.org               |   1301 +
 .../electric_ends_classdef.m                       |     15 +
 .../electric_ends_classdef_expected.org            |    143 +
 .../electric_ends_function_with_no_end.m           |      7 +
 ...electric_ends_function_with_no_end_expected.org |     81 +
 .../electric_ends_if_continued.m                   |     20 +
 .../electric_ends_if_continued_expected.org        |    164 +
 .../electric_ends_in_ws.m                          |      6 +
 .../electric_ends_in_ws_expected.org               |     45 +
 tests/test-matlab-ts-mode-electric-ends.el         |     69 +
 .../electric_pair_single_quote.m                   |     16 +
 .../electric_pair_single_quote_expected.org        |    155 +
 tests/test-matlab-ts-mode-electric-pair.el         |     65 +
 .../file_encoding_corrupt.m                        |      4 +
 .../file_encoding_corrupt_expected.txt             |      4 +
 .../file_encoding_good.m                           |      4 +
 .../file_encoding_good_expected.txt                |      3 +
 .../file_encoding_mcr.m                            |    Bin 0 -> 1664 bytes
 .../file_encoding_mcr_expected.txt                 |      4 +
 tests/test-matlab-ts-mode-file-encoding.el         |     67 +
 .../fill_paragraph_comments.m                      |     45 +
 .../fill_paragraph_comments_expected.org           |    282 +
 .../fill_paragraph_indent.m                        |     14 +
 .../fill_paragraph_indent_expected.org             |     49 +
 .../fill_paragraph_strings_and_ellipsis.m          |     52 +
 ...ill_paragraph_strings_and_ellipsis_expected.org |    297 +
 .../fill_paragraph_test1.m                         |     13 +
 .../fill_paragraph_test1_expected.org              |     47 +
 tests/test-matlab-ts-mode-fill-paragraph.el        |     66 +
 .../+myUtils/+events/f.m                           |      4 +
 .../+nested/+namespace/mustBeRealUpperTriangular.m |      7 +
 .../+myUtils/mustBeSameSize.m                      |      5 +
 .../+myUtils/super.m                               |      8 +
 .../font_lock_0X_and_0B_issue100.m                 |      7 +
 .../font_lock_0X_and_0B_issue100.skip.txt          |      1 +
 .../font_lock_MyClass.m                            |     26 +
 .../font_lock_MyClass_expected.txt                 |     26 +
 .../font_lock_MySubClass.m                         |     24 +
 .../font_lock_MySubClass_expected.txt              |     24 +
 .../font_lock_MySubSubClass.m                      |     24 +
 .../font_lock_MySubSubClass_expected.txt           |     24 +
 .../font_lock_array_trailing_comma_semi_issue74.m  |     12 +
 ..._array_trailing_comma_semi_issue74_expected.txt |     12 +
 ...nt_lock_assign_to_matrix_using_matrix_issue67.m |      9 +
 ...ign_to_matrix_using_matrix_issue67_expected.txt |      9 +
 .../font_lock_boolean.m                            |      7 +
 .../font_lock_boolean_expected.txt                 |      7 +
 .../font_lock_brackets.m                           |      9 +
 .../font_lock_brackets_expected.txt                |      9 +
 .../font_lock_builtins.m                           |      6 +
 .../font_lock_builtins_expected.txt                |      6 +
 .../font_lock_builtins_superclass.m                |      3 +
 .../font_lock_builtins_superclass_expected.txt     |      3 +
 .../font_lock_cd_dot_dot_issue88.m                 |      6 +
 .../font_lock_cd_dot_dot_issue88_expected.txt      |      6 +
 .../font_lock_cell_fcn_arg_issue56.m               |      3 +
 .../font_lock_cell_fcn_arg_issue56_expected.txt    |      3 +
 .../font_lock_class_MultiplePropBlocks.m           |     10 +
 ...font_lock_class_MultiplePropBlocks_expected.txt |     10 +
 .../font_lock_class_attributes.m                   |     14 +
 .../font_lock_class_attributes_expected.txt        |     14 +
 .../font_lock_class_enum.m                         |      8 +
 .../font_lock_class_enum_expected.txt              |      8 +
 .../font_lock_class_events.m                       |     11 +
 .../font_lock_class_events_expected.txt            |     11 +
 .../font_lock_class_issue55_abstract.m             |     14 +
 .../font_lock_class_issue55_abstract_expected.txt  |     14 +
 .../font_lock_class_issue55_subclass.m             |     19 +
 .../font_lock_class_issue55_subclass_expected.txt  |     19 +
 .../font_lock_class_issue59_sub.m                  |      9 +
 .../font_lock_class_issue59_sub_expected.txt       |      9 +
 .../font_lock_class_issue59_super.m                |      8 +
 .../font_lock_class_issue59_super_expected.txt     |      8 +
 .../font_lock_class_methods.m                      |     11 +
 .../font_lock_class_methods_expected.txt           |     11 +
 .../font_lock_class_prop_access.m                  |      9 +
 .../font_lock_class_prop_access_expected.txt       |      9 +
 .../font_lock_class_properties.m                   |     11 +
 .../font_lock_class_properties_expected.txt        |     11 +
 .../font_lock_classdef_blank_line_issue80.m        |     11 +
 ...t_lock_classdef_blank_line_issue80_expected.txt |     11 +
 ...t_lock_classdef_end_override_issue98_subclass.m |      8 +
 ...classdef_end_override_issue98_subclass.skip.txt |      1 +
 ...font_lock_classdef_end_override_issue98_super.m |     12 +
 ...ck_classdef_end_override_issue98_super.skip.txt |      1 +
 .../font_lock_classdef_onoff.m                     |     10 +
 .../font_lock_classdef_onoff_enum_names.m          |      6 +
 ...ont_lock_classdef_onoff_enum_names_expected.txt |      6 +
 .../font_lock_classdef_onoff_expected.txt          |     10 +
 .../font_lock_classdef_properties_issue49.m        |     11 +
 ...t_lock_classdef_properties_issue49_expected.txt |     11 +
 .../font_lock_classdef_separate_method_issue64.m   |     26 +
 ...k_classdef_separate_method_issue64_expected.txt |     26 +
 ..._classdef_subclass_super_in_namespace_issue79.m |     12 +
 ...ubclass_super_in_namespace_issue79_expected.txt |     12 +
 .../font_lock_command.m                            |     13 +
 .../font_lock_command_dual_issue65.m               |     10 +
 .../font_lock_command_dual_issue65_cmd.m           |      4 +
 ...font_lock_command_dual_issue65_cmd_expected.txt |      4 +
 .../font_lock_command_dual_issue65_expected.txt    |     10 +
 .../font_lock_command_expected.txt                 |     13 +
 ...command_with_trailing_whitespace_fcn1_issue94.m |      8 +
 ..._with_trailing_whitespace_fcn1_issue94.skip.txt |      1 +
 ...lock_command_with_trailing_whitespace_issue94.m |     14 +
 ...mmand_with_trailing_whitespace_issue94.skip.txt |      1 +
 .../font_lock_comment_fcn.m                        |     20 +
 .../font_lock_comment_fcn_expected.txt             |     20 +
 .../font_lock_comment_heading.m                    |     24 +
 .../font_lock_comment_heading_expected.txt         |     24 +
 .../font_lock_comment_markers.m                    |     15 +
 .../font_lock_comment_markers_expected.txt         |     15 +
 .../font_lock_comment_no_doc_help.m                |      6 +
 .../font_lock_comment_no_doc_help_expected.txt     |      6 +
 .../font_lock_comment_types.m                      |     21 +
 .../font_lock_comment_types_expected.txt           |     21 +
 .../font_lock_continuation.m                       |      5 +
 .../font_lock_continuation_cell_issue75.m          |     15 +
 ...ont_lock_continuation_cell_issue75_expected.txt |     15 +
 ...font_lock_continuation_comma_at_start_issue54.m |      7 +
 ...ontinuation_comma_at_start_issue54_expected.txt |      7 +
 .../font_lock_continuation_expected.txt            |      5 +
 .../font_lock_continuation_fcn.m                   |     11 +
 .../font_lock_continuation_fcn_expected.txt        |     11 +
 .../font_lock_continuation_fcn_g2.m                |      6 +
 .../font_lock_continuation_fcn_g2_expected.txt     |      6 +
 .../font_lock_continuation_fcn_issue84.m           |     10 +
 ...font_lock_continuation_fcn_issue84_expected.txt |     10 +
 .../font_lock_continuation_issue61.m               |      8 +
 .../font_lock_continuation_issue61_expected.txt    |      8 +
 .../font_lock_continuation_issue84.m               |      7 +
 .../font_lock_continuation_issue84_expected.txt    |      7 +
 .../font_lock_continuation_multiArgFcn.m           |     11 +
 ...font_lock_continuation_multiArgFcn_expected.txt |     11 +
 .../font_lock_continue_to_empty_issue104.m         |     11 +
 .../font_lock_continue_to_empty_issue104.skip.txt  |      1 +
 .../font_lock_continued_metaclass_op_issue103.m    |     11 +
 ...t_lock_continued_metaclass_op_issue103.skip.txt |      1 +
 .../font_lock_d_style_floats_issue95.m             |      6 +
 .../font_lock_d_style_floats_issue95.skip.txt      |      1 +
 .../font_lock_deal_issue60.m                       |      6 +
 .../font_lock_deal_issue60_expected.txt            |      6 +
 .../font_lock_delimiters.m                         |      9 +
 .../font_lock_delimiters_expected.txt              |      9 +
 .../font_lock_dot_comments_issue96.m               |     18 +
 .../font_lock_dot_comments_issue96.skip.txt        |      1 +
 .../font_lock_dot_question_mark.m                  |     10 +
 .../font_lock_dot_question_mark_expected.txt       |     10 +
 .../font_lock_empty_endless_fun_issue93.m          |     14 +
 .../font_lock_empty_endless_fun_issue93.skip.txt   |      1 +
 .../font_lock_end_method_issue86.m                 |     12 +
 .../font_lock_end_method_issue86_expected.txt      |     12 +
 .../font_lock_enum_FlowRate.m                      |      9 +
 .../font_lock_enum_FlowRate_expected.txt           |      9 +
 .../font_lock_enum_with_blank_non_empty_line.m     |     10 +
 ...ock_enum_with_blank_non_empty_line_expected.txt |     10 +
 .../font_lock_error.m                              |     17 +
 .../font_lock_error_expected.txt                   |     17 +
 .../font_lock_error_issue51_end.m                  |      9 +
 .../font_lock_error_issue51_end_expected.txt       |      9 +
 .../font_lock_error_issue53_end.m                  |     29 +
 .../font_lock_error_issue53_end_expected.txt       |     29 +
 .../font_lock_error_issue56_end.m                  |     10 +
 .../font_lock_error_issue56_end_expected.txt       |     10 +
 .../font_lock_error_missing_continuation.m         |      8 +
 ...nt_lock_error_missing_continuation_expected.txt |      8 +
 .../font_lock_error_small.m                        |      5 +
 .../font_lock_error_small_expected.txt             |      5 +
 .../font_lock_events_non_keyword.m                 |      7 +
 .../font_lock_events_non_keyword_expected.txt      |      7 +
 .../font_lock_fcn_arguments.m                      |     12 +
 .../font_lock_fcn_arguments2_issue57.m             |     11 +
 .../font_lock_fcn_arguments2_issue57_expected.txt  |     11 +
 .../font_lock_fcn_arguments_expected.txt           |     12 +
 .../font_lock_fcn_arguments_issue57.m              |      7 +
 .../font_lock_fcn_arguments_issue57_expected.txt   |      7 +
 .../font_lock_fcn_arguments_issue58.m              |     17 +
 .../font_lock_fcn_arguments_issue58_expected.txt   |     17 +
 .../font_lock_fcn_call_with_cell.m                 |     11 +
 .../font_lock_fcn_call_with_cell_expected.txt      |     11 +
 .../font_lock_fcn_call_with_expression_issue83.m   |     14 +
 ...k_fcn_call_with_expression_issue83_expected.txt |     14 +
 .../font_lock_fcn_name_value_properties.m          |      6 +
 ...ont_lock_fcn_name_value_properties_expected.txt |      6 +
 .../font_lock_fcn_small_in_args.m                  |      7 +
 .../font_lock_fcn_small_in_args_expected.txt       |      7 +
 .../font_lock_fcn_small_no_args.m                  |      7 +
 .../font_lock_fcn_small_no_args_expected.txt       |      7 +
 .../font_lock_fcn_small_out_args.m                 |      7 +
 .../font_lock_fcn_small_out_args_expected.txt      |      7 +
 .../font_lock_for_range_in_parens_issue89.m        |      7 +
 ...t_lock_for_range_in_parens_issue89_expected.txt |      7 +
 .../font_lock_hex_and_binary_issue66.m             |      6 +
 .../font_lock_hex_and_binary_issue66_expected.txt  |      6 +
 .../font_lock_if_greedness_issue92.m               |     11 +
 .../font_lock_if_greedness_issue92.skip.txt        |      1 +
 .../font_lock_keyword_spmd.m                       |      6 +
 .../font_lock_keyword_spmd_expected.txt            |      6 +
 .../font_lock_keywords.m                           |     63 +
 .../font_lock_keywords_as_others.m                 |     66 +
 .../font_lock_keywords_as_others2.m                |     76 +
 .../font_lock_keywords_as_others2_expected.txt     |     76 +
 .../font_lock_keywords_as_others3.m                |      7 +
 .../font_lock_keywords_as_others3_expected.txt     |      7 +
 .../font_lock_keywords_as_others_expected.txt      |     66 +
 .../font_lock_keywords_expected.txt                |     63 +
 .../font_lock_keywords_used_as_fcn_names_issue86.m |      7 +
 ...keywords_used_as_fcn_names_issue86_expected.txt |      7 +
 .../font_lock_matrix_not_operator_issue68.m        |      7 +
 ...t_lock_matrix_not_operator_issue68_expected.txt |      7 +
 .../font_lock_methods_command_issue72.m            |      8 +
 .../font_lock_methods_command_issue72_expected.txt |      8 +
 .../font_lock_methods_in_namespace.m               |     10 +
 .../font_lock_methods_in_namespace.skip.txt        |      1 +
 .../font_lock_namespaces.m                         |     19 +
 .../font_lock_namespaces_expected.txt              |     19 +
 .../font_lock_numbers.m                            |     21 +
 .../font_lock_numbers_expected.txt                 |     21 +
 ...lock_numbers_with_word_size_in_cell_issue_106.m |     29 +
 ...mbers_with_word_size_in_cell_issue_106.skip.txt |      1 +
 .../font_lock_numbers_with_word_size_issue82.m     |     29 +
 ...ock_numbers_with_word_size_issue82_expected.txt |     29 +
 .../font_lock_operators.m                          |     37 +
 .../font_lock_operators_expected.txt               |     37 +
 .../font_lock_operators_in_ranges_issue77.m        |     13 +
 ...t_lock_operators_in_ranges_issue77_expected.txt |     13 +
 .../font_lock_pragma_in_fcn.m                      |     26 +
 .../font_lock_pragma_in_fcn_expected.txt           |     26 +
 .../font_lock_sections.m}                          |      6 +
 .../font_lock_sections_expected.txt                |     18 +
 .../font_lock_strings.m                            |     10 +
 .../font_lock_strings_expected.txt                 |     10 +
 .../font_lock_struct_break_issue70.m               |     10 +
 .../font_lock_struct_break_issue70_expected.txt    |     10 +
 ...ont_lock_struct_function_field_colon_issue102.m |     23 +
 ...k_struct_function_field_colon_issue102.skip.txt |      1 +
 .../font_lock_struct_function_issue71.m            |      9 +
 .../font_lock_struct_function_issue71_expected.txt |      9 +
 .../font_lock_symPosDef.m}                         |      5 +-
 .../font_lock_symPosDef_expected.txt               |     20 +
 .../font_lock_table_access_issue81.m               |      9 +
 .../font_lock_table_access_issue81_expected.txt    |      9 +
 .../font_lock_transpose.m                          |     13 +
 .../font_lock_transpose_expected.txt               |     13 +
 .../font_lock_transpose_in_expression_issue87.m    |      6 +
 ...ck_transpose_in_expression_issue87_expected.txt |      6 +
 .../font_lock_transpose_issue62.m                  |      8 +
 .../font_lock_transpose_issue62_expected.txt       |      8 +
 .../font_lock_transpose_issue76.m                  |      9 +
 .../font_lock_transpose_issue76_expected.txt       |      9 +
 .../font_lock_true_false_enum_issue85.m            |      9 +
 .../font_lock_true_false_enum_issue85_expected.txt |      9 +
 .../font_lock_true_false_fcn_handle_issue90.m      |     11 +
 ...lock_true_false_fcn_handle_issue90_expected.txt |     11 +
 .../font_lock_try_on_one_line_issue99.m            |      5 +
 .../font_lock_try_on_one_line_issue99.skip.txt     |      1 +
 .../font_lock_unnecessary_semicolon_issue101.m     |     10 +
 ...nt_lock_unnecessary_semicolon_issue101.skip.txt |      1 +
 .../font_lock_validation_fcns_with_args2_issue78.m |     15 +
 ...validation_fcns_with_args2_issue78_expected.txt |     15 +
 .../font_lock_validation_fcns_with_args_issue78.m  |     10 +
 ..._validation_fcns_with_args_issue78_expected.txt |     10 +
 .../font_lock_variable.m                           |     58 +
 .../font_lock_variable_expected.txt                |     58 +
 tests/test-matlab-ts-mode-font-lock.el             |     99 +
 .../imenu_f0.m}                                    |     11 +-
 .../imenu_f0_expected.txt}                         |     18 +-
 .../imenu_foobar1.m}                               |      3 +-
 .../imenu_foobar1_expected.txt}                    |     10 +-
 .../imenu_g0.m}                                    |      3 +-
 .../imenu_g0_expected.txt                          |      6 +
 .../imenu_myFunc1.m}                               |      3 +-
 .../imenu_myFunc1_expected.txt}                    |      6 +-
 .../imenu_oneliner.m                               |      2 +
 .../imenu_oneliner_expected.txt                    |      1 +
 .../imenu_symPosDef.m}                             |      7 +-
 .../imenu_symPosDef_expected.txt}                  |      5 +-
 tests/test-matlab-ts-mode-imenu.el                 |     64 +
 .../test-matlab-ts-mode-indent-files/indent_cell.m |     38 +
 .../indent_cell2.m                                 |     62 +
 .../indent_cell2_expected.m                        |     62 +
 .../indent_cell2_expected_msgs.m                   |     62 +
 .../indent_cell_expected.m                         |     38 +
 .../indent_cell_expected_msgs.m                    |     38 +
 .../indent_class_prop_continued.m                  |     20 +
 .../indent_class_prop_continued2.m                 |     30 +
 .../indent_class_prop_continued2_expected.m        |     30 +
 .../indent_class_prop_continued2_expected_msgs.m   |     30 +
 .../indent_class_prop_continued_expected.m         |     20 +
 .../indent_class_prop_continued_expected_msgs.m    |     20 +
 .../indent_classdef_super_continued.m              |      9 +
 .../indent_classdef_super_continued2.m             |     10 +
 .../indent_classdef_super_continued2_expected.m    |     10 +
 ...ndent_classdef_super_continued2_expected_msgs.m |     10 +
 .../indent_classdef_super_continued3.m             |     11 +
 .../indent_classdef_super_continued3_expected.m    |     11 +
 ...ndent_classdef_super_continued3_expected_msgs.m |     11 +
 .../indent_classdef_super_continued_expected.m     |      9 +
 ...indent_classdef_super_continued_expected_msgs.m |      9 +
 .../indent_comment_after_prop.m                    |     92 +
 .../indent_comment_after_prop_expected.m           |     92 +
 .../indent_comment_after_prop_expected_msgs.m      |     92 +
 .../indent_comment_classdef_doc.m                  |     15 +
 .../indent_comment_classdef_doc_expected.m         |     15 +
 .../indent_comment_classdef_doc_expected_msgs.m    |     15 +
 .../indent_comment_fcn.m                           |     23 +
 .../indent_comment_fcn_expected.m                  |     23 +
 .../indent_comment_fcn_expected_msgs.m             |     23 +
 .../indent_comments.m                              |     51 +
 .../indent_comments_expected.m                     |     51 +
 .../indent_comments_expected_msgs.m                |     51 +
 .../indent_comments_in_blocks.m                    |     35 +
 .../indent_comments_in_blocks_expected.m           |     35 +
 .../indent_comments_in_blocks_expected_msgs.m      |     35 +
 .../indent_cont_cell_issue75.m                     |     13 +
 .../indent_cont_cell_issue75_expected.m            |     13 +
 .../indent_cont_cell_issue75_expected_msgs.m       |     13 +
 .../indent_cont_properties.m                       |     35 +
 .../indent_cont_properties_expected.m              |     35 +
 .../indent_cont_properties_expected_msgs.m         |     35 +
 .../indent_cont_statement_error.m                  |     13 +
 .../indent_cont_statement_error_expected.m         |     13 +
 .../indent_cont_statement_error_expected_msgs.m    |     13 +
 .../indent_cont_statements.m                       |     35 +
 .../indent_cont_statements_expected.m              |     35 +
 .../indent_cont_statements_expected_msgs.m         |     35 +
 .../indent_copyright.m                             |     13 +
 .../indent_copyright_expected.m                    |     13 +
 .../indent_copyright_expected_msgs.m               |     13 +
 .../indent_copyright_in_code.m                     |     21 +
 .../indent_copyright_in_code_expected.m            |     21 +
 .../indent_copyright_in_code_expected_msgs.m       |     21 +
 .../indent_endless_function.m                      |     19 +
 .../indent_endless_function_expected.m             |     19 +
 .../indent_endless_function_expected_msgs.m        |     19 +
 .../test-matlab-ts-mode-indent-files/indent_enum.m |     12 +
 .../indent_enum_expected.m                         |     12 +
 .../indent_enum_expected_msgs.m                    |     12 +
 .../indent_expr_continued.m                        |     14 +
 .../indent_expr_continued_expected.m               |     14 +
 .../indent_expr_continued_expected_msgs.m          |     14 +
 .../indent_failure_with_indent_region.m            |     10 +
 .../indent_failure_with_indent_region_expected.m   |     10 +
 ...dent_failure_with_indent_region_expected_msgs.m |     10 +
 .../indent_fcn_args_on_next_line.m                 |      4 +
 .../indent_fcn_args_on_next_line_expected.m        |      4 +
 .../indent_fcn_args_on_next_line_expected_msgs.m   |      4 +
 .../indent_fcn_basic.m                             |      8 +
 .../indent_fcn_basic_expected.m                    |      8 +
 .../indent_fcn_basic_expected_msgs.m               |      8 +
 .../indent_fcn_call_in_fcn_call_cont.m             |     10 +
 .../indent_fcn_call_in_fcn_call_cont_expected.m    |     10 +
 ...ndent_fcn_call_in_fcn_call_cont_expected_msgs.m |     10 +
 .../indent_fcn_call_in_fcn_call_rules.m            |     82 +
 .../indent_fcn_call_in_fcn_call_rules_expected.m   |     82 +
 ...dent_fcn_call_in_fcn_call_rules_expected_msgs.m |     82 +
 .../indent_fcn_call_last_paren.m                   |     11 +
 .../indent_fcn_call_last_paren_expected.m          |     11 +
 .../indent_fcn_call_last_paren_expected_msgs.m     |     11 +
 .../indent_fcn_calls.m                             |     21 +
 .../indent_fcn_calls_expected.m                    |     21 +
 .../indent_fcn_calls_expected_msgs.m               |     21 +
 .../indent_fcn_cont.m                              |     77 +
 .../indent_fcn_cont_expected.m                     |     77 +
 .../indent_fcn_cont_expected_msgs.m                |     77 +
 .../indent_fcn_ellipsis.m                          |     28 +
 .../indent_fcn_ellipsis_expected.m                 |     28 +
 .../indent_fcn_ellipsis_expected_msgs.m            |     28 +
 .../indent_function.m                              |      7 +
 .../indent_function_expected.m                     |      7 +
 .../indent_function_expected_msgs.m                |      7 +
 .../indent_if_continued.m                          |     46 +
 .../indent_if_continued2.m                         |     41 +
 .../indent_if_continued2_expected.m                |     41 +
 .../indent_if_continued2_expected_msgs.m           |     41 +
 .../indent_if_continued_expected.m                 |     46 +
 .../indent_if_continued_expected_msgs.m            |     46 +
 .../indent_if_else.m                               |      7 +
 .../indent_if_else_expected.m                      |      7 +
 .../indent_if_else_expected_msgs.m                 |      7 +
 .../indent_keywords.m                              |     85 +
 .../indent_keywords_expected.m                     |     85 +
 .../indent_keywords_expected_msgs.m                |     85 +
 .../indent_line_continuation.m                     |      8 +
 .../indent_line_continuation_expected.m            |      8 +
 .../indent_line_continuation_expected_msgs.m       |      8 +
 .../indent_line_continuation_row.m                 |      8 +
 .../indent_line_continuation_row_expected.m        |      8 +
 .../indent_line_continuation_row_expected_msgs.m   |      8 +
 .../indent_matrix.m                                |     42 +
 .../indent_matrix_expected.m                       |     42 +
 .../indent_matrix_expected_msgs.m                  |     42 +
 .../indent_matrix_issue44.m                        |      9 +
 .../indent_matrix_issue44_expected.m               |      9 +
 .../indent_matrix_issue44_expected_msgs.m          |      9 +
 .../indent_mlint_suppression_on_fcn.m              |      7 +
 .../indent_mlint_suppression_on_fcn_expected.m     |      7 +
 ...indent_mlint_suppression_on_fcn_expected_msgs.m |      7 +
 .../indent_namespace_fcn_continued.m               |     21 +
 .../indent_namespace_fcn_continued_expected.m      |     21 +
 .../indent_namespace_fcn_continued_expected_msgs.m |     21 +
 .../indent_nested.m                                |     32 +
 .../indent_nested_expected.m                       |     32 +
 .../indent_nested_expected_msgs.m                  |     32 +
 .../indent_odd_else_if.m                           |     26 +
 .../indent_odd_else_if_expected.m                  |     26 +
 .../indent_odd_else_if_expected_msgs.m             |     26 +
 .../indent_old_indents.m}                          |     81 +-
 .../indent_old_indents_expected.m}                 |    261 +-
 .../indent_old_indents_expected_msgs.m             |    376 +
 .../indent_old_indents_for_typing.m}               |     91 +-
 .../indent_old_indents_for_typing_expected.m}      |    273 +-
 .../indent_old_indents_for_typing_expected_msgs.m  |    354 +
 .../indent_parens.m                                |     11 +
 .../indent_parens_expected.m                       |     11 +
 .../indent_parens_expected_msgs.m                  |     11 +
 .../indent_ranges.m                                |     15 +
 .../indent_ranges_expected.m                       |     15 +
 .../indent_ranges_expected_msgs.m                  |     15 +
 .../test-matlab-ts-mode-indent-files/indent_spmd.m |     19 +
 .../indent_spmd_expected.m                         |     19 +
 .../indent_spmd_expected_msgs.m                    |     19 +
 .../indent_struct.m                                |     12 +
 .../indent_struct_expected.m                       |     12 +
 .../indent_struct_expected_msgs.m                  |     12 +
 .../indent_switch.m                                |     25 +
 .../indent_switch_expected.m                       |     25 +
 .../indent_switch_expected_msgs.m                  |     25 +
 .../indent_syntax_error1.m                         |      3 +
 .../indent_syntax_error1_expected.m                |      3 +
 .../indent_syntax_error1_expected_msgs.m           |      3 +
 .../indent_syntax_error2.m                         |      3 +
 .../indent_syntax_error2_expected.m                |      3 +
 .../indent_syntax_error2_expected_msgs.m           |      3 +
 .../indent_tab_between_fcns.m                      |      6 +
 .../indent_tab_between_fcns_expected.m             |      6 +
 .../indent_tab_between_fcns_expected_msgs.m        |      6 +
 .../indent_tab_in_fcn.m                            |      5 +
 .../indent_tab_in_fcn_expected.m                   |      5 +
 .../indent_tab_in_fcn_expected_msgs.m              |      5 +
 .../indent_two_ends_on_a_line_issue105.m           |     10 +
 .../indent_two_ends_on_a_line_issue105.skip.txt    |      1 +
 .../indent_with_syntax_error.m                     |      6 +
 .../indent_with_syntax_error_expected.m            |      6 +
 .../indent_with_syntax_error_expected_msgs.m       |      6 +
 .../indent_classdef_abs_methods.m                  |     10 +
 .../indent_classdef_abs_methods_expected.org       |    154 +
 .../indent_xr_cell1.m                              |     15 +
 .../indent_xr_cell1_expected.org                   |    159 +
 .../indent_xr_classdef1.m                          |     19 +
 .../indent_xr_classdef1_expected.org               |    245 +
 .../indent_xr_classdef2.m                          |     19 +
 .../indent_xr_classdef2_expected.org               |    340 +
 .../indent_xr_classdef3.m                          |     41 +
 .../indent_xr_classdef3_expected.org               |   1143 +
 .../indent_xr_fcn_args.m                           |      8 +
 .../indent_xr_fcn_args_expected.org                |     82 +
 .../indent_xr_for_within_case.m                    |     31 +
 .../indent_xr_for_within_case.skip.txt             |      7 +
 .../indent_xr_for_within_case_expected.org         |    189 +
 .../indent_xr_fun.m                                |     12 +
 .../indent_xr_fun1.m                               |      3 +
 .../indent_xr_fun1_expected.org                    |    160 +
 .../indent_xr_fun2.m                               |     11 +
 .../indent_xr_fun2_expected.org                    |     78 +
 .../indent_xr_fun3.m                               |     17 +
 .../indent_xr_fun3_expected.org                    |    193 +
 .../indent_xr_fun4.m                               |     19 +
 .../indent_xr_fun4_expected.org                    |    210 +
 .../indent_xr_fun5.m                               |     26 +
 .../indent_xr_fun5_expected.org                    |    445 +
 .../indent_xr_fun_call1.m                          |     23 +
 .../indent_xr_fun_call1_expected.org               |    313 +
 .../indent_xr_fun_expected.org                     |    131 +
 .../indent_xr_grandparent_is_block.m               |     13 +
 .../indent_xr_grandparent_is_block_expected.org    |    115 +
 .../indent_xr_i_cont_incomplete1.m                 |     13 +
 .../indent_xr_i_cont_incomplete1_expected.org      |    114 +
 .../indent_xr_i_cont_incomplete2.m                 |      7 +
 .../indent_xr_i_cont_incomplete2_expected.org      |    106 +
 .../indent_xr_i_cont_incomplete3.m                 |      4 +
 .../indent_xr_i_cont_incomplete3_expected.org      |    106 +
 .../indent_xr_i_cont_incomplete4.m                 |      4 +
 .../indent_xr_i_cont_incomplete4_expected.org      |    106 +
 .../indent_xr_i_cont_incomplete5.m                 |     13 +
 .../indent_xr_i_cont_incomplete5_expected.org      |    114 +
 .../indent_xr_if_cond.m                            |     23 +
 .../indent_xr_if_cond_expected.org                 |    230 +
 .../indent_xr_mat0.m                               |      6 +
 .../indent_xr_mat0_expected.org                    |     81 +
 .../indent_xr_mat1.m                               |      8 +
 .../indent_xr_mat1_expected.org                    |    119 +
 .../indent_xr_mat2.m                               |      7 +
 .../indent_xr_mat2_expected.org                    |     65 +
 .../indent_xr_mat3.m                               |      6 +
 .../indent_xr_mat3_expected.org                    |     67 +
 .../indent_xr_mat4.m                               |     17 +
 .../indent_xr_mat4_expected.org                    |    167 +
 .../indent_xr_next_line_matcher1.m                 |      4 +
 .../indent_xr_next_line_matcher1_expected.org      |    166 +
 .../indent_xr_statement_body.m                     |     54 +
 .../indent_xr_statement_body_expected.org          |    879 +
 .../indent_xr_switch.m                             |     16 +
 .../indent_xr_switch_expected.org                  |    166 +
 tests/test-matlab-ts-mode-indent-xr.el             |     67 +
 tests/test-matlab-ts-mode-indent.el                |     89 +
 .../mfile_type_classdef.m                          |     10 +
 .../mfile_type_classdef_expected.org               |     14 +
 .../mfile_type_empty.m                             |      4 +
 .../mfile_type_empty_expected.org                  |     14 +
 .../mfile_type_function.m                          |      7 +
 .../mfile_type_function_expected.org               |     14 +
 .../mfile_type_script.m                            |     10 +
 .../mfile_type_script_expected.org                 |     14 +
 tests/test-matlab-ts-mode-mfile-type.el            |     67 +
 .../movement_statements.m                          |     35 +
 .../movement_statements_expected.org               |    352 +
 tests/test-matlab-ts-mode-movement.el              |     68 +
 .../on_save_fix_class.m                            |     12 +
 .../on_save_fix_class_expected.org                 |     28 +
 .../on_save_fix_fcn.m                              |     12 +
 .../on_save_fix_fcn_expected.org                   |     28 +
 .../on_save_no_fix_fcn.m                           |     27 +
 .../on_save_no_fix_fcn_expected.org                |     15 +
 .../on_save_no_fix_script.m                        |     15 +
 .../on_save_no_fix_script_expected.org             |     15 +
 tests/test-matlab-ts-mode-on-save-fixes.el         |     67 +
 .../outline_foo.m                                  |     26 +
 .../outline_foo_expected.txt                       |      8 +
 .../outline_sections.m}                            |      5 +
 .../outline_sections_expected.txt                  |      4 +
 tests/test-matlab-ts-mode-outline.el               |     65 +
 tests/test-matlab-ts-mode-page-files/page_basic.m  |     16 +
 .../page_basic_expected.org                        |     79 +
 tests/test-matlab-ts-mode-page.el                  |     66 +
 .../parser_binary_operator_continued_issue107.m    |     31 +
 ...ser_binary_operator_continued_issue107.skip.txt |      1 +
 .../test-matlab-ts-mode-parser-files/parser_cell.m |     14 +
 .../parser_cell_expected.txt                       |     22 +
 .../parser_simple.m                                |      3 +
 .../parser_simple_expected.txt                     |      5 +
 .../parser_simple_with_error.m                     |      3 +
 .../parser_simple_with_error_expected.txt          |      5 +
 .../parser_variable_ids.m                          |      7 +
 .../parser_variable_ids_expected.txt               |     22 +
 tests/test-matlab-ts-mode-parser.el                |     67 +
 .../show_paren_classdef.m                          |     92 +
 .../show_paren_classdef_expected.org               |   1007 +
 .../show_paren_classdef_missing_end.m              |      8 +
 .../show_paren_classdef_missing_end_expected.org   |     28 +
 .../show_paren_enumeration.m                       |     12 +
 .../show_paren_enumeration_expected.org            |     69 +
 .../show_paren_string.m                            |     25 +
 .../show_paren_string_expected.org                 |    268 +
 tests/test-matlab-ts-mode-show-paren.el            |     67 +
 .../syntax_table_test1.m                           |     15 +
 .../syntax_table_test1_expected.txt                |    252 +
 tests/test-matlab-ts-mode-syntax-table.el          |     65 +
 .../thing_defun.m                                  |     38 +
 .../thing_defun_expected.org                       |    198 +
 .../thing_forward_sexp1.m                          |     17 +
 .../thing_forward_sexp1_expected.org               |    251 +
 .../thing_fun_sexp.m                               |      7 +
 .../thing_fun_sexp_expected.org                    |     65 +
 .../thing_sentance.m                               |    102 +
 .../thing_sentance_expected.org                    |     84 +
 .../thing_sexp.m                                   |    105 +
 .../thing_sexp_expected.org                        |    623 +
 tests/test-matlab-ts-mode-thing-settings.el        |     67 +
 .../ts_defun_name_class.m                          |     14 +
 .../ts_defun_name_class_expected.txt               |     45 +
 .../ts_defun_name_fcn.m                            |     23 +
 .../ts_defun_name_fcn_expected.txt                 |     70 +
 tests/test-matlab-ts-mode-treesit-defun-name.el    |     65 +
 .../view_parse_errors_simple.m                     |      6 +
 .../view_parse_errors_simple_expected.txt          |      9 +
 tests/test-matlab-ts-mode-view-parse-errors.el     |     83 +
 tests/test-package-version.el                      |     61 +
 tlc.el                                             |      2 +-
 toolbox/+emacs/@Breakpoints/Breakpoints.m          |      2 +
 toolbox/+emacs/@EmacsServer/EmacsServer.m          |     94 +-
 toolbox/+emacs/set.m                               |      6 +-
 toolbox/dbhotlink.m                                |      2 +
 toolbox/ebclear.m                                  |      5 +-
 toolbox/emacsinit.m                                |      4 +-
 toolbox/emacsrun.m                                 |      6 +-
 toolbox/emacsrunregion.m                           |      2 +-
 toolbox/emacstipstring.m                           |      4 +-
 toolbox/opentoline.m                               |     13 +-
 651 files changed, 189374 insertions(+), 1429 deletions(-)
 create mode 100644 contributing/MELPA-ELPA.org
 create mode 100644 contributing/eval-buffer-fully.el
 create mode 100644 contributing/genBuiltinsHashTable.m
 create mode 100644 contributing/install-emacs-matlab-from-git.org
 rename matlab-maint.el => contributing/matlab-maint.el (100%)
 create mode 100644 contributing/treesit-mode-how-to.org
 create mode 100644 contributing/ts-inspect.el
 create mode 100644 contributing/wsl_debian_setup.org
 create mode 100644 doc/install-matlab-tree-sitter-grammar.org
 create mode 100644 doc/matlab-and-abbrev-mode.org
 create mode 100755 
doc/matlab-language-server-lsp-mode-files/matlab-and-lsp-mode-rename.png
 delete mode 100644 doc/matlab-tree-sitter.org
 create mode 100644 matlab--access.el
 create mode 100644 matlab--shared.el
 create mode 100644 matlab--shell-bridge.el
 create mode 100644 matlab-is-matlab-file.el
 create mode 100644 matlab-ts-langs-install.el
 create mode 100644 matlab-ts-mode--builtins.el
 create mode 100644 matlab-ts-mode.el
 create mode 100644 tests/sweep-test-matlab-ts-grammar.el
 create mode 100755 tests/sweep-test-matlab-ts-grammar.sh
 create mode 100644 tests/sweep-test-matlab-ts-mode-indent.el
 create mode 100644 tests/t-utils.el
 create mode 100644 tests/test-matlab-is-matlab-file-files/archive.zip
 create mode 100644 tests/test-matlab-is-matlab-file.el
 create mode 100644 tests/test-matlab-ts-mode-comments-files/comments_basic.m
 create mode 100644 
tests/test-matlab-ts-mode-comments-files/comments_basic_expected.org
 create mode 100644 tests/test-matlab-ts-mode-comments.el
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_cases.m
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_cases_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_classdef.m
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_classdef_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_function_with_no_end.m
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_function_with_no_end_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_if_continued.m
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_if_continued_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_in_ws.m
 create mode 100644 
tests/test-matlab-ts-mode-electric-ends-files/electric_ends_in_ws_expected.org
 create mode 100644 tests/test-matlab-ts-mode-electric-ends.el
 create mode 100644 
tests/test-matlab-ts-mode-electric-pair-files/electric_pair_single_quote.m
 create mode 100644 
tests/test-matlab-ts-mode-electric-pair-files/electric_pair_single_quote_expected.org
 create mode 100644 tests/test-matlab-ts-mode-electric-pair.el
 create mode 100644 
tests/test-matlab-ts-mode-file-encoding-files/file_encoding_corrupt.m
 create mode 100644 
tests/test-matlab-ts-mode-file-encoding-files/file_encoding_corrupt_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-file-encoding-files/file_encoding_good.m
 create mode 100644 
tests/test-matlab-ts-mode-file-encoding-files/file_encoding_good_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-file-encoding-files/file_encoding_mcr.m
 create mode 100644 
tests/test-matlab-ts-mode-file-encoding-files/file_encoding_mcr_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-file-encoding.el
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_comments.m
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_comments_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_indent.m
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_indent_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_strings_and_ellipsis.m
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_strings_and_ellipsis_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_test1.m
 create mode 100644 
tests/test-matlab-ts-mode-fill-paragraph-files/fill_paragraph_test1_expected.org
 create mode 100644 tests/test-matlab-ts-mode-fill-paragraph.el
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/+myUtils/+events/f.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/+myUtils/+nested/+namespace/mustBeRealUpperTriangular.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/+myUtils/mustBeSameSize.m
 create mode 100644 tests/test-matlab-ts-mode-font-lock-files/+myUtils/super.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_0X_and_0B_issue100.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_0X_and_0B_issue100.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_MyClass.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_MyClass_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_MySubClass.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_MySubClass_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_MySubSubClass.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_MySubSubClass_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_array_trailing_comma_semi_issue74.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_array_trailing_comma_semi_issue74_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_assign_to_matrix_using_matrix_issue67.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_assign_to_matrix_using_matrix_issue67_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_boolean.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_boolean_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_brackets.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_brackets_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_builtins.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_builtins_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_builtins_superclass.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_builtins_superclass_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_cd_dot_dot_issue88.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_cd_dot_dot_issue88_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_cell_fcn_arg_issue56.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_cell_fcn_arg_issue56_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_MultiplePropBlocks.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_MultiplePropBlocks_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_attributes.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_attributes_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_enum.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_enum_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_events.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_events_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue55_abstract.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue55_abstract_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue55_subclass.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue55_subclass_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue59_sub.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue59_sub_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue59_super.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_issue59_super_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_methods.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_methods_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_prop_access.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_prop_access_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_properties.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_class_properties_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_blank_line_issue80.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_blank_line_issue80_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_end_override_issue98_subclass.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_end_override_issue98_subclass.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_end_override_issue98_super.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_end_override_issue98_super.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_onoff.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_onoff_enum_names.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_onoff_enum_names_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_onoff_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_properties_issue49.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_properties_issue49_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_separate_method_issue64.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_separate_method_issue64_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_subclass_super_in_namespace_issue79.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_classdef_subclass_super_in_namespace_issue79_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_dual_issue65.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_dual_issue65_cmd.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_dual_issue65_cmd_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_dual_issue65_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_with_trailing_whitespace_fcn1_issue94.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_with_trailing_whitespace_fcn1_issue94.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_with_trailing_whitespace_issue94.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_command_with_trailing_whitespace_issue94.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_fcn_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_heading.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_heading_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_markers.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_markers_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_no_doc_help.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_no_doc_help_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_types.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_comment_types_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_cell_issue75.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_cell_issue75_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_comma_at_start_issue54.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_comma_at_start_issue54_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_g2.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_g2_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_issue84.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_fcn_issue84_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_issue61.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_issue61_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_issue84.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_issue84_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_multiArgFcn.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continuation_multiArgFcn_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continue_to_empty_issue104.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continue_to_empty_issue104.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continued_metaclass_op_issue103.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_continued_metaclass_op_issue103.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_d_style_floats_issue95.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_d_style_floats_issue95.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_deal_issue60.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_deal_issue60_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_delimiters.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_delimiters_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_dot_comments_issue96.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_dot_comments_issue96.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_dot_question_mark.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_dot_question_mark_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue93.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_empty_endless_fun_issue93.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_end_method_issue86.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_end_method_issue86_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_enum_FlowRate.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_enum_FlowRate_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_enum_with_blank_non_empty_line.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_enum_with_blank_non_empty_line_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-font-lock-files/font_lock_error.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_issue51_end.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_issue51_end_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_issue53_end.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_issue53_end_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_issue56_end.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_issue56_end_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_missing_continuation.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_missing_continuation_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_small.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_error_small_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_events_non_keyword_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments2_issue57.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments2_issue57_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_issue57.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_issue57_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_issue58.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_arguments_issue58_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_call_with_cell.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_call_with_cell_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_call_with_expression_issue83.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_call_with_expression_issue83_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_name_value_properties.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_name_value_properties_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_in_args.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_in_args_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_no_args.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_no_args_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_out_args.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_fcn_small_out_args_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_for_range_in_parens_issue89.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_for_range_in_parens_issue89_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_hex_and_binary_issue66.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_hex_and_binary_issue66_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_if_greedness_issue92.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_if_greedness_issue92.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keyword_spmd.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keyword_spmd_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others2.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others2_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others3_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_as_others_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_used_as_fcn_names_issue86.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_keywords_used_as_fcn_names_issue86_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_matrix_not_operator_issue68.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_matrix_not_operator_issue68_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_methods_command_issue72.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_methods_command_issue72_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_methods_in_namespace.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_methods_in_namespace.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_namespaces.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_namespaces_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_numbers.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_numbers_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_numbers_with_word_size_in_cell_issue_106.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_numbers_with_word_size_in_cell_issue_106.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_numbers_with_word_size_issue82.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_numbers_with_word_size_issue82_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_operators.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_operators_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_operators_in_ranges_issue77.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_operators_in_ranges_issue77_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_pragma_in_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_pragma_in_fcn_expected.txt
 copy tests/{sections.m => 
test-matlab-ts-mode-font-lock-files/font_lock_sections.m} (54%)
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_sections_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_strings.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_strings_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_struct_break_issue70.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_struct_break_issue70_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_struct_function_field_colon_issue102.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_struct_function_field_colon_issue102.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_struct_function_issue71.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_struct_function_issue71_expected.txt
 copy tests/{metest-imenu-files/symPosDef.m => 
test-matlab-ts-mode-font-lock-files/font_lock_symPosDef.m} (78%)
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_symPosDef_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_table_access_issue81.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_table_access_issue81_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose_in_expression_issue87.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose_in_expression_issue87_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose_issue62.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose_issue62_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose_issue76.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_transpose_issue76_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_true_false_enum_issue85.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_true_false_enum_issue85_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_true_false_fcn_handle_issue90.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_true_false_fcn_handle_issue90_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_try_on_one_line_issue99.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_try_on_one_line_issue99.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_unnecessary_semicolon_issue101.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_unnecessary_semicolon_issue101.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_validation_fcns_with_args2_issue78.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_validation_fcns_with_args2_issue78_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_validation_fcns_with_args_issue78.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_validation_fcns_with_args_issue78_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_variable.m
 create mode 100644 
tests/test-matlab-ts-mode-font-lock-files/font_lock_variable_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-font-lock.el
 copy tests/{metest-imenu-files/f0.m => 
test-matlab-ts-mode-imenu-files/imenu_f0.m} (80%)
 copy tests/{metest-imenu-files/f0_expected.txt => 
test-matlab-ts-mode-imenu-files/imenu_f0_expected.txt} (69%)
 copy tests/{metest-imenu-files/foobar1.m => 
test-matlab-ts-mode-imenu-files/imenu_foobar1.m} (79%)
 copy tests/{metest-imenu-files/foobar1_expected.txt => 
test-matlab-ts-mode-imenu-files/imenu_foobar1_expected.txt} (85%)
 copy tests/{metest-imenu-files/g0.m => 
test-matlab-ts-mode-imenu-files/imenu_g0.m} (93%)
 create mode 100644 tests/test-matlab-ts-mode-imenu-files/imenu_g0_expected.txt
 copy tests/{metest-imenu-files/myFunc1.m => 
test-matlab-ts-mode-imenu-files/imenu_myFunc1.m} (83%)
 copy tests/{metest-imenu-files/myFunc1_expected.txt => 
test-matlab-ts-mode-imenu-files/imenu_myFunc1_expected.txt} (63%)
 create mode 100644 tests/test-matlab-ts-mode-imenu-files/imenu_oneliner.m
 create mode 100644 
tests/test-matlab-ts-mode-imenu-files/imenu_oneliner_expected.txt
 copy tests/{metest-imenu-files/symPosDef.m => 
test-matlab-ts-mode-imenu-files/imenu_symPosDef.m} (74%)
 copy tests/{metest-imenu-files/symPosDef_expected.txt => 
test-matlab-ts-mode-imenu-files/imenu_symPosDef_expected.txt} (53%)
 create mode 100644 tests/test-matlab-ts-mode-imenu.el
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_cell.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_cell2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cell2_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cell2_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cell_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cell_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_class_prop_continued.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_class_prop_continued2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_class_prop_continued2_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_class_prop_continued2_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_class_prop_continued_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_class_prop_continued_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued2_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued2_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued3.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued3_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued3_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_classdef_super_continued_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_after_prop_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_classdef_doc.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_classdef_doc_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_classdef_doc_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_comment_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_fcn_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comment_fcn_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_comments.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comments_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comments_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_comments_in_blocks_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_cell_issue75.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_cell_issue75_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_cell_issue75_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_properties.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_properties_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_properties_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_statement_error.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_statement_error_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_statement_error_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_statements.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_statements_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_cont_statements_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_copyright.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_copyright_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_copyright_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_copyright_in_code.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_copyright_in_code_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_copyright_in_code_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_endless_function.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_endless_function_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_endless_function_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_enum.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_enum_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_enum_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_expr_continued.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_expr_continued_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_expr_continued_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_failure_with_indent_region.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_failure_with_indent_region_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_failure_with_indent_region_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_args_on_next_line.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_args_on_next_line_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_args_on_next_line_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_fcn_basic.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_basic_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_basic_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_cont.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_cont_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_cont_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_rules.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_rules_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_in_fcn_call_rules_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_last_paren.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_last_paren_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_call_last_paren_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_fcn_calls.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_calls_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_calls_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_fcn_cont.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_cont_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_cont_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_fcn_ellipsis.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_ellipsis_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_fcn_ellipsis_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_function.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_function_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_function_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_if_continued.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_continued2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_continued2_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_continued2_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_continued_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_continued_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_if_else.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_else_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_if_else_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_keywords.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_keywords_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_keywords_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_continuation.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_continuation_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_continuation_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_continuation_row.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_continuation_row_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_line_continuation_row_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_matrix.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_matrix_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_matrix_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_matrix_issue44.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_matrix_issue44_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_matrix_issue44_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_mlint_suppression_on_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_mlint_suppression_on_fcn_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_mlint_suppression_on_fcn_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_namespace_fcn_continued.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_namespace_fcn_continued_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_namespace_fcn_continued_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_nested.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_nested_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_nested_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_odd_else_if.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_odd_else_if_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_odd_else_if_expected_msgs.m
 copy tests/{indents.m => 
test-matlab-ts-mode-indent-files/indent_old_indents.m} (81%)
 copy tests/{indents.m => 
test-matlab-ts-mode-indent-files/indent_old_indents_expected.m} (74%)
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_old_indents_expected_msgs.m
 copy tests/{indents.m => 
test-matlab-ts-mode-indent-files/indent_old_indents_for_typing.m} (79%)
 copy tests/{indents.m => 
test-matlab-ts-mode-indent-files/indent_old_indents_for_typing_expected.m} (71%)
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_old_indents_for_typing_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_parens.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parens_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_parens_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_ranges.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_ranges_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_ranges_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_spmd.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_spmd_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_spmd_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_struct.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_struct_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_struct_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_switch.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_switch_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_switch_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_syntax_error1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_syntax_error1_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_syntax_error1_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_syntax_error2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_syntax_error2_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_syntax_error2_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_tab_between_fcns.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_tab_between_fcns_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_tab_between_fcns_expected_msgs.m
 create mode 100644 tests/test-matlab-ts-mode-indent-files/indent_tab_in_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_tab_in_fcn_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_tab_in_fcn_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_two_ends_on_a_line_issue105.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_with_syntax_error.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_with_syntax_error_expected.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-files/indent_with_syntax_error_expected_msgs.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_classdef_abs_methods.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_classdef_abs_methods_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_cell1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_cell1_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_classdef1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_classdef1_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_classdef2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_classdef2_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_classdef3.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_classdef3_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fcn_args.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fcn_args_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_for_within_case.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_for_within_case.skip.txt
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_for_within_case_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun.m
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun1_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun2_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun3.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun3_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun4.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun4_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun5.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun5_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun_call1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun_call1_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_fun_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_grandparent_is_block.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_grandparent_is_block_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete1_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete2_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete3.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete3_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete4.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete4_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete5.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_i_cont_incomplete5_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_if_cond.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_if_cond_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat0.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat0_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat1_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat2.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat2_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat3.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat3_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat4.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_mat4_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_next_line_matcher1.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_next_line_matcher1_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_statement_body_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr-files/indent_xr_switch.m
 create mode 100644 
tests/test-matlab-ts-mode-indent-xr-files/indent_xr_switch_expected.org
 create mode 100644 tests/test-matlab-ts-mode-indent-xr.el
 create mode 100644 tests/test-matlab-ts-mode-indent.el
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_classdef.m
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_classdef_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_empty.m
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_empty_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_function.m
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_function_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_script.m
 create mode 100644 
tests/test-matlab-ts-mode-mfile-type-files/mfile_type_script_expected.org
 create mode 100644 tests/test-matlab-ts-mode-mfile-type.el
 create mode 100644 
tests/test-matlab-ts-mode-movement-files/movement_statements.m
 create mode 100644 
tests/test-matlab-ts-mode-movement-files/movement_statements_expected.org
 create mode 100644 tests/test-matlab-ts-mode-movement.el
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_fix_class.m
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_fix_class_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_fix_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_fix_fcn_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_no_fix_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_no_fix_fcn_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_no_fix_script.m
 create mode 100644 
tests/test-matlab-ts-mode-on-save-fixes-files/on_save_no_fix_script_expected.org
 create mode 100644 tests/test-matlab-ts-mode-on-save-fixes.el
 create mode 100644 tests/test-matlab-ts-mode-outline-files/outline_foo.m
 create mode 100644 
tests/test-matlab-ts-mode-outline-files/outline_foo_expected.txt
 copy tests/{sections.m => 
test-matlab-ts-mode-outline-files/outline_sections.m} (54%)
 create mode 100644 
tests/test-matlab-ts-mode-outline-files/outline_sections_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-outline.el
 create mode 100644 tests/test-matlab-ts-mode-page-files/page_basic.m
 create mode 100644 tests/test-matlab-ts-mode-page-files/page_basic_expected.org
 create mode 100644 tests/test-matlab-ts-mode-page.el
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_binary_operator_continued_issue107.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_binary_operator_continued_issue107.skip.txt
 create mode 100644 tests/test-matlab-ts-mode-parser-files/parser_cell.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_cell_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-parser-files/parser_simple.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_simple_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_simple_with_error.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_simple_with_error_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-parser-files/parser_variable_ids.m
 create mode 100644 
tests/test-matlab-ts-mode-parser-files/parser_variable_ids_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-parser.el
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef.m
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef_missing_end.m
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_classdef_missing_end_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_enumeration.m
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_enumeration_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_string.m
 create mode 100644 
tests/test-matlab-ts-mode-show-paren-files/show_paren_string_expected.org
 create mode 100644 tests/test-matlab-ts-mode-show-paren.el
 create mode 100644 
tests/test-matlab-ts-mode-syntax-table-files/syntax_table_test1.m
 create mode 100644 
tests/test-matlab-ts-mode-syntax-table-files/syntax_table_test1_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-syntax-table.el
 create mode 100644 tests/test-matlab-ts-mode-thing-settings-files/thing_defun.m
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_defun_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_forward_sexp1.m
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_forward_sexp1_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_fun_sexp.m
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_fun_sexp_expected.org
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_sentance.m
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_sentance_expected.org
 create mode 100644 tests/test-matlab-ts-mode-thing-settings-files/thing_sexp.m
 create mode 100644 
tests/test-matlab-ts-mode-thing-settings-files/thing_sexp_expected.org
 create mode 100644 tests/test-matlab-ts-mode-thing-settings.el
 create mode 100644 
tests/test-matlab-ts-mode-treesit-defun-name-files/ts_defun_name_class.m
 create mode 100644 
tests/test-matlab-ts-mode-treesit-defun-name-files/ts_defun_name_class_expected.txt
 create mode 100644 
tests/test-matlab-ts-mode-treesit-defun-name-files/ts_defun_name_fcn.m
 create mode 100644 
tests/test-matlab-ts-mode-treesit-defun-name-files/ts_defun_name_fcn_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-treesit-defun-name.el
 create mode 100644 
tests/test-matlab-ts-mode-view-parse-errors-files/view_parse_errors_simple.m
 create mode 100644 
tests/test-matlab-ts-mode-view-parse-errors-files/view_parse_errors_simple_expected.txt
 create mode 100644 tests/test-matlab-ts-mode-view-parse-errors.el
 create mode 100644 tests/test-package-version.el

Reply via email to