Skip to content

Commit

Permalink
feat: support the _Nonnull clang attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Aug 16, 2024
1 parent be23d2c commit 0f16583
Show file tree
Hide file tree
Showing 5 changed files with 53,590 additions and 53,012 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ module.exports = grammar({
'_Atomic',
'_Noreturn',
'noreturn',
'_Nonnull',
$.alignas_qualifier,
),

Expand Down
4 changes: 4 additions & 0 deletions src/grammar.json

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

4 changes: 4 additions & 0 deletions src/node-types.json

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

Loading

0 comments on commit 0f16583

Please sign in to comment.