Skip to content

Commit

Permalink
Merge pull request #2 from chrhansk/feature-internal-typedef
Browse files Browse the repository at this point in the history
Add support for typedefs internal to cppclasses
  • Loading branch information
b0o authored Nov 1, 2024
2 parents 4cb201e + 3e5c895 commit d439eca
Show file tree
Hide file tree
Showing 5 changed files with 22,408 additions and 22,354 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ module.exports = grammar(Python, {
seq(
$._indent,
repeat(choice(
$.ctypedef_statement,
$.cvar_def,
$.cppclass,
)),
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 d439eca

Please sign in to comment.