You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/design.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -83,9 +83,10 @@ will produce a parse tree like so
83
83
value: (num_lit))
84
84
```
85
85
86
-
Although it's somewhat closer to hoe Clojure treats metadata itself, in the
86
+
Although it's somewhat closer to how Clojure treats metadata itself, in the
87
87
context of a text editor it creates some problems, which were discussed [here](https://github.com/sogaiu/tree-sitter-clojure/issues/65). To
88
88
name a few:
89
+
89
90
-`forward-sexp` command would skip both, metadata and the node it's attached
90
91
to. Called from an opening paren it would signal an error "No more sexp to
0 commit comments