Yuan Fu writes: > Thanks for the ping Stefan. The patch mostly looks good! Since we’re > merging it to master, it can take advantage of some new features. For > example, it can add some definitions to treesit-thing-settings. Also, > it should set treesit-primary-parser. Thanks for review, Lots of changes have been made from ~3 months ago when I posted that file, the treesit-thing-settings has already been adopted. I'll attatch an updated file. > I also noticed that the source file uses tab indentation. Does Emacs > have any policy regarding tab/space indentation for lisp files? I think tabs don't make sense in lisp file, I untabified the code.