@@ -13,26 +13,26 @@ It is built with only standard library dependencies. It additionally ships with
13
13
14
14
- [ Installation] ( #installation )
15
15
- [ CLI] ( #cli )
16
- - [ ast] ( #ast )
17
- - [ check] ( #check )
18
- - [ format] ( #format )
19
- - [ write] ( #write )
16
+ - [ ast] ( #ast )
17
+ - [ check] ( #check )
18
+ - [ format] ( #format )
19
+ - [ write] ( #write )
20
20
- [ Library] ( #library )
21
- - [ SyntaxTree.read(filepath)] ( #syntaxtreereadfilepath )
22
- - [ SyntaxTree.parse(source)] ( #syntaxtreeparsesource )
23
- - [ SyntaxTree.format(source)] ( #syntaxtreeformatsource )
21
+ - [ SyntaxTree.read(filepath)] ( #syntaxtreereadfilepath )
22
+ - [ SyntaxTree.parse(source)] ( #syntaxtreeparsesource )
23
+ - [ SyntaxTree.format(source)] ( #syntaxtreeformatsource )
24
24
- [ Nodes] ( #nodes )
25
- - [ child_nodes] ( #child_nodes )
26
- - [ Pattern matching] ( #pattern-matching )
27
- - [ pretty_print(q)] ( #pretty_printq )
28
- - [ to_json(* opts)] ( #to_jsonopts )
29
- - [ format(q)] ( #formatq )
25
+ - [ child_nodes] ( #child_nodes )
26
+ - [ Pattern matching] ( #pattern-matching )
27
+ - [ pretty_print(q)] ( #pretty_printq )
28
+ - [ to_json(* opts)] ( #to_jsonopts )
29
+ - [ format(q)] ( #formatq )
30
30
- [ Visitor] ( #visitor )
31
- - [ visit_method] ( #visit_method )
31
+ - [ visit_method] ( #visit_method )
32
32
- [ Language server] ( #language-server )
33
- - [ textDocument/formatting] ( #textdocumentformatting )
34
- - [ textDocument/inlayHints] ( #textdocumentinlayhints )
35
- - [ syntaxTree/visualizing] ( #syntaxtreevisualizing )
33
+ - [ textDocument/formatting] ( #textdocumentformatting )
34
+ - [ textDocument/inlayHints] ( #textdocumentinlayhints )
35
+ - [ syntaxTree/visualizing] ( #syntaxtreevisualizing )
36
36
- [ Contributing] ( #contributing )
37
37
- [ License] ( #license )
38
38
0 commit comments