From 3a8a34d7a50f679f0d3715c339cd5652e2deb7ce Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Sat, 10 Dec 2022 16:48:09 -0500 Subject: remove backslashes --- 2022/talks/treesitter.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '2022/talks/treesitter.md') 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: +- The speaker's blog: - Fancy Narrow: - Text objects using tree-sitter in evil-mode: @@ -52,7 +52,7 @@ This session will introduce them to things like (not final list): - 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 () @@ -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"]] -- cgit v1.2.3