Skip to content

Commit

Permalink
Add macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Reshetnikov committed Jun 6, 2024
1 parent 1d84f26 commit 67d44f6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,8 @@ module.exports = grammar({
'__read_mostly',
seq(choice('__must_hold'), '(', $.argument_list, ')'),
'__ro_after_init',
'__noreturn',
'__cold',
),
),

Expand Down
8 changes: 8 additions & 0 deletions src/node-types.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 67d44f6

Please sign in to comment.