Inline '_function_declaration_common'
This is purely an de-duplication rule, we don't need to make it part of the parse tree.
This commit is contained in:
parent
0b549493a2
commit
82bbebeeb5
3 changed files with 1658 additions and 1575 deletions
|
|
@ -24,6 +24,7 @@ module.exports = grammar({
|
|||
inline: ($) => [
|
||||
$._type_identifier,
|
||||
$._field_identifier,
|
||||
$._function_declaration_common,
|
||||
],
|
||||
|
||||
conflicts: ($) => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue