Add guess braces doc T![] for T_

This commit is contained in:
A4-Tacks 2025-08-12 10:54:36 +08:00
parent e52666380f
commit 4fa62c6f40
No known key found for this signature in database
GPG key ID: 86AC1F526BA06668
2 changed files with 2 additions and 0 deletions

File diff suppressed because one or more lines are too long

View file

@ -659,6 +659,7 @@ fn generate_syntax_kinds(grammar: KindsSrc) -> String {
}
}
/// `T![]`
#[macro_export]
macro_rules! T_ {
#([#punctuation_values] => { $crate::SyntaxKind::#punctuation };)*