Skip to content

Commit 4dca06d

Browse files
committed
doc/install-matlab-tree-sitter-grammar.org: update layout
1 parent bd6b880 commit 4dca06d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/install-matlab-tree-sitter-grammar.org

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ For Emacs 30, you need to build the MATLAB tree-sitter grammar for ABI 14 becaus
4949
version 14 of the tree-sitter application binary interface and as of Sep-2025, the latest
5050
tree-sitter ABI is 15. There are different methods for installing this.
5151

52-
- Method 1 :: Install pre-built binaries.
52+
** Method 1 - Install pre-built binaries
5353

5454
*Does not work* as of Sep-2025 because the grammar build is too old. Please use one of the other
5555
methods.
@@ -61,7 +61,7 @@ tree-sitter ABI is 15. There are different methods for installing this.
6161

6262
and install matlab (and other languages tree-sitter shared objects if you'd like).
6363

64-
- Method 2 :: Install from abi/14 branch.
64+
** Method 2 - Install from abi/14 branch
6565

6666
+ _Unix_
6767

@@ -116,7 +116,7 @@ tree-sitter ABI is 15. There are different methods for installing this.
116116
cl /LD /I src\tree_sitter src\parser.c src\scanner.c /link /out:%HOME%\.emacs.d\tree-sitter\libtree-sitter-matlab.dll
117117
#+end_src
118118

119-
- Method 3 :: Generate the grammar for ABI 14 and install.
119+
** Method 3 - Generate the grammar for ABI 14 and install
120120

121121
1. Install C/C++ compiler if not installed. See Method 2 for tips on installing the C/C++ compiler.
122122

0 commit comments

Comments
 (0)