Add --xml option to save the parsed code into XML, using node.start_byte() and node.end_byte()
This commit is contained in:
parent
115bf3fd44
commit
9e08712773
4 changed files with 75 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ serde_derive = "1.0"
|
|||
smallbitvec = "2.3.0"
|
||||
tiny_http = "0.6"
|
||||
webbrowser = "0.5.1"
|
||||
html-escape = "0.2.6"
|
||||
|
||||
[dependencies.tree-sitter]
|
||||
version = ">= 0.17.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue