summaryrefslogtreecommitdiffstats
path: root/2022/talks/treesitter.md
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
committerSacha Chua <sacha@sachachua.com>2022-12-10 16:48:09 -0500
commit3a8a34d7a50f679f0d3715c339cd5652e2deb7ce (patch)
tree66ed7db24c17af1a72f286246c936bec1b15bd8c /2022/talks/treesitter.md
parent9f0801ef2f6ace5ca7a74f465f4479624de72a9d (diff)
downloademacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.tar.xz
emacsconf-wiki-3a8a34d7a50f679f0d3715c339cd5652e2deb7ce.zip
remove backslashes
Diffstat (limited to '2022/talks/treesitter.md')
-rw-r--r--2022/talks/treesitter.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/2022/talks/treesitter.md b/2022/talks/treesitter.md
index 1cad68c4..c846f2a0 100644
--- a/2022/talks/treesitter.md
+++ b/2022/talks/treesitter.md
@@ -38,7 +38,7 @@ This session will introduce them to things like (not final list):
## Notes
-- The speaker\'s blog: <https://blog.meain.io/>
+- The speaker's blog: <https://blog.meain.io/>
- Fancy Narrow: <https://github.com/Malabarba/fancy-narrow>
- Text objects using tree-sitter in evil-mode:
<https://github.com/meain/evil-textobj-tree-sitter/>
@@ -52,7 +52,7 @@ This session will introduce them to things like (not final list):
<https://github.com/emacs-tree-sitter/elisp-tree-sitter>
- Q: Can the folds be treated as outlines as in outline-minor-mode
folds?
- - A: I don\'t think the package ts-fold which I showcased works
+ - A: I don't think the package ts-fold which I showcased works
with outline mode, but it should be simple enough to add
something like that
(<https://github.com/emacs-tree-sitter/ts-fold>)
@@ -67,11 +67,11 @@ This session will introduce them to things like (not final list):
project wide things like jump to defenition, find reference or
renames lsp comes in handy.
- Q: Is there any example configuration for the transition from
- traditional major mode to new \*-ts-major-mode? It seems that
+ traditional major mode to new *-ts-major-mode? It seems that
configuration of major mode (xxx-mode-hook, yasnippet, etc) has to
been rewritten
- A: I am just starting to work with builtin tree-sitter, so
- don\'t have much input hereĀ  unfortunately :(
+ don't have much input hereĀ  unfortunately :(
[[!inline pages="internal(2022/info/treesitter-after)" raw="yes"]]