tree-sitter-module 今天刷新一下增加了 15 个 commit:
更新:作者在 batch.sh 里漏了clojure。提了个issue,后续应该会加上去。
treesit 在多语言的表现并不一致, 特别是字符串识别, 比如 ‘foo’ , 当光标在字符串中间的时候 treesit 的 start/end 识别的非常准确, 如果光标在 ’ 后面就废了。
在括号补全插件中, treesit 只能替代一部分原来的正则, 但是并不能完全依靠 treesit 的判断, 今天又写了一个workaround来修正 treesit 这种问题: Kill line directly if cursor after open single quote. · manateelazycat/fingertip@5dfe0b8 · GitHub
兄弟,想问下你这个配色怎么安装呀,我刚刚接触tree-sitter,感觉资料好少。是melpa的tree-sitter吗?
不是,自己编译emacs的