You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read all the tree-sitter docs if it relates to using the parser
Is your feature request related to a problem? Please describe.
RFC #3503 adds support for a new frontmatter syntax. The contained content format is defined by the calling tool with a tool identifier.
In RFC #3502, the cargo infostring identifier would be used to signify the block uses the Cargo.toml format/schema. Cargo will assume that an empty infostring is meant to be used with it.
These are not stable. Stabilization is being tracked in:
Did you check the tree-sitter docs?
Is your feature request related to a problem? Please describe.
RFC #3503 adds support for a new frontmatter syntax. The contained content format is defined by the calling tool with a tool identifier.
In RFC #3502, the
cargo
infostring identifier would be used to signify the block uses theCargo.toml
format/schema. Cargo will assume that an empty infostring is meant to be used with it.These are not stable. Stabilization is being tracked in:
frontmatter
rust-lang/rust#136889Describe the solution you'd like
To parse the frontmatter
Describe alternatives you've considered
N/A
Additional context
No response
The text was updated successfully, but these errors were encountered: