@@ -13,26 +13,26 @@ It is built with only standard library dependencies. It additionally ships with
1313
1414- [ Installation] ( #installation )
1515- [ 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 )
2020- [ 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 )
2424- [ 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 )
3030- [ Visitor] ( #visitor )
31- - [ visit_method] ( #visit_method )
31+ - [ visit_method] ( #visit_method )
3232- [ 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 )
3636- [ Contributing] ( #contributing )
3737- [ License] ( #license )
3838
0 commit comments