We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2cb18 commit eca1a96Copy full SHA for eca1a96
doc/design.md
@@ -83,9 +83,10 @@ will produce a parse tree like so
83
value: (num_lit))
84
```
85
86
-Although it's somewhat closer to hoe Clojure treats metadata itself, in the
+Although it's somewhat closer to how Clojure treats metadata itself, in the
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
name a few:
89
+
90
- `forward-sexp` command would skip both, metadata and the node it's attached
91
to. Called from an opening paren it would signal an error "No more sexp to
92
move across".
0 commit comments