Skip to content

Commit cafdc4f

Browse files
authored
support pulling dict values (#274)
Close #272
1 parent 14222e3 commit cafdc4f

5 files changed

Lines changed: 140508 additions & 139951 deletions

File tree

grammar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,7 +734,7 @@ module.exports = grammar({
734734
-1,
735735
seq(
736736
choice(
737-
$.value_identifier,
737+
seq(optional("?"), $.value_identifier),
738738
$._literal_pattern,
739739
$._destructuring_pattern,
740740
$.polyvar_type_pattern,

src/grammar.json

Lines changed: 19 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/node-types.json

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)