This commit is contained in:
Matthias Koefferlein 2021-11-27 00:28:46 +01:00
parent aeba3f5df8
commit c9918ddf4c
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ grammar CPP
"__v16sf" s /
"__v16si" s /
"decltype" s attribute_value s /
"alignas" s "(" s block s ")" s /
"[[" s block s "]]" s )*
end