Skip to content

Commit 18b739c

Browse files
authored
Merge pull request #170 from savq/bracket-form
Add bracket forms
2 parents 12a3aed + 68a88ec commit 18b739c

File tree

11 files changed

+1050582
-1362049
lines changed

11 files changed

+1050582
-1362049
lines changed

grammar.js

Lines changed: 103 additions & 154 deletions
Large diffs are not rendered by default.

queries/locals.scm

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@
1616
(open_tuple
1717
(identifier) @local.definition))
1818

19-
(let_binding
20-
.
21-
(identifier) @local.definition)
22-
23-
(let_binding
24-
.
25-
(tuple_expression
26-
(identifier) @local.definition))
27-
2819
(for_binding
2920
.
3021
(identifier) @local.definition)

0 commit comments

Comments
 (0)