Add integer select pattern
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
2b7323eaf0
commit
e6473f64ae
5 changed files with 466 additions and 373 deletions
|
|
@ -163,6 +163,7 @@ module.exports = grammar({
|
|||
_select_pattern: ($) => choice(
|
||||
$._string_literal,
|
||||
$.boolean_literal,
|
||||
$.integer_literal,
|
||||
alias("any", $.any),
|
||||
$.pattern_binding,
|
||||
alias("default", $.default),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue