diff options
author | Max Thibodeaux <max.thibodeaux@gmail.com> | 2022-12-10 20:59:48 -0600 |
---|---|---|
committer | Max Thibodeaux <max.thibodeaux@gmail.com> | 2022-12-10 20:59:48 -0600 |
commit | 70556fd029f8be19293a309f8f7e4655c54b9952 (patch) | |
tree | ee7f21e0303e6c922739561a14485b578de2cf42 /2022/talks/treesitter.md | |
parent | c1aa0fefc648d829c753e33a5edbf8e0180c8d6a (diff) | |
parent | 81c09be55873c84e296eaa3680bc1b71664d6805 (diff) | |
download | emacsconf-wiki-70556fd029f8be19293a309f8f7e4655c54b9952.tar.xz emacsconf-wiki-70556fd029f8be19293a309f8f7e4655c54b9952.zip |
Revised and expanded Q and A
Diffstat (limited to '2022/talks/treesitter.md')
-rw-r--r-- | 2022/talks/treesitter.md | 8 |
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"]] |