fix: allow template before identifier in qualified_identifier

pull/708/head
Amaan Qureshi 2023-08-10 21:25:24 +07:00
parent 345c85ec9f
commit 9cc21dd5d5
No known key found for this signature in database
GPG Key ID: E67890ADC4227273
1 changed files with 1 additions and 1 deletions

@ -1169,7 +1169,7 @@ module.exports = grammar(C, {
alias($.dependent_identifier, $.dependent_name),
$.qualified_identifier,
$.template_function,
$.identifier,
seq(optional('template'), $.identifier),
$.operator_name,
$.destructor_name,
$.pointer_type_declarator,