Skip to content

Commit

Permalink
fix: support __attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Sep 23, 2024
1 parent ae3809f commit ce715d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ module.exports = grammar({
),

attribute_specifier: $ => seq(
'__attribute__',
choice('__attribute__', '__attribute'),
'(',
$.argument_list,
')',
Expand Down

0 comments on commit ce715d7

Please sign in to comment.