Remove 'selection_type' alias
This commit is contained in:
parent
2649422636
commit
f6bc0f887a
6 changed files with 15 additions and 42 deletions
|
|
@ -128,7 +128,7 @@ module.exports = grammar({
|
|||
),
|
||||
|
||||
select_value: ($) => seq(
|
||||
field("name", alias($.identifier, $.selection_type)),
|
||||
field("name", $.identifier),
|
||||
"(",
|
||||
field("arguments", optional(commaSeparated($._string_literal))),
|
||||
")",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue