A grammar for Rust's format_args!
.
It's desirable to have syntax highlighting for arguments in format macros, like format!
, write!
, etc.
tree-sitter-rust decided not to add this feature to their parser, so this grammar exists to be separately used and injected by editors in Rust.
Editor: Helix
It can parse the format_args!
spec