diff options
Diffstat (limited to '')
-rw-r--r-- | 2021/talks/structural.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/2021/talks/structural.md b/2021/talks/structural.md index 8cedef37..03089a2d 100644 --- a/2021/talks/structural.md +++ b/2021/talks/structural.md @@ -51,7 +51,7 @@ IRC nick: ethan - Q1: so tree-edit is orthogonal to the LSP features? - A: only uses tree-sitter yeah - Q2:any chance you tried this with Clojure as well? - - A: haven\'t tried it yet, i don\'t think tree-sitter-langs has a + - A: haven't tried it yet, i don't think tree-sitter-langs has a clojure grammar AFAIK - Q3: Would we be able to do things like extract statement to a variable? For example, extract a a math operation happening in a @@ -68,11 +68,11 @@ IRC nick: ethan to Tree-edit will be? - A: Trying to add python, not super simple, C-like should be drop in replacements -- Q7: \@ethan Could tree-edit be made to work with Org (orgdown!) +- Q7: @ethan Could tree-edit be made to work with Org (orgdown!) itself, or maybe rather what would be needed to get such a unified tree-editing framework to work also for complex Org trees? - Q8: Any plans for an Evil mode integration? evil-textobj-tree-sitter - seems like it has a long way to go if it\'s to catch up to + seems like it has a long way to go if it's to catch up to tree-edit. - any chance you tried this with Clojure as well? @@ -97,7 +97,7 @@ Links and other notes: - inspired by paredit and lispy - Another similar project is <https://github.com/mickeynp/combobulate> by Mickey Petersen, the writer of Mastering Emacs. -- It\'s an open source project so contributers are welcome +- It's an open source project so contributers are welcome - Future implication for this kind of work could be voice controlled code writing/editing |