tsi.el
treesitter-based indendentation for emacs 28 and 27 (by orzechowskid)
smelt
Forging Standard ML (SML) in emacs (by MatthewFluet)
tsi.el | smelt | |
---|---|---|
5 | 1 | |
47 | 10 | |
- | - | |
0.0 | 3.2 | |
almost 2 years ago | over 2 years ago | |
Emacs Lisp | Emacs Lisp | |
GNU General Public License v3.0 only | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
tsi.el
Posts with mentions or reviews of tsi.el.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-27.
-
Does Anyone Have A Working Emacs Config For Indenting JSX Files On The Fly?
I've been building out tsi.el - an emacs minor mode which performs indentation based on a CST returned by tree-sitter. please give it a try if you haven't already, and if you have tried it and it did not meet your needs then I'd love to hear why not!
-
A new SML mode for Emacs built on (a new Standard ML grammar for) tree-sitter
I'd really like to see something that combines the conciseness of SMIE's rule-based indentation system with tree-sitter's richer grammar. There are a couple of projects that I'm looking at, such as https://codeberg.org/FelipeLema/tree-sitter-indent.el and https://github.com/orzechowskid/tsi.el).
-
New to Emacs having problems with Treesitter
;; use our derived mode for tsx files (add-to-list 'auto-mode-alist '("\.tsx\'" . typescriptreact-mode)) ;; by default, typescript-mode is mapped to the treesitter typescript parser ;; use our derived mode to map .tsx -> typescriptreact-mode -> treesitter tsx (add-to-list 'tree-sitter-major-mode-language-alist '(typescriptreact-mode . tsx)) ;; https://github.com/orzechowskid/tsi.el/ ;; great tree-sitter-based indentation for typescript/tsx, css, json (quelpa '(tsi :fetcher github :repo "orzechowskid/tsi.el")) (add-hook 'typescript-mode-hook (lambda () (tsi-typescript-mode 1)))) ```
-
Really sick of the shoddy jsx/tsx handling....would anyone be willing to help me write a major-mode for it?
what are your specific problems? lsp, typescript-mode, and tree-sitter-mode together give me 90% of what I need. I fixed JSX/TSX indentation with a little tool I built (which I should really get around to publishing some day). I'm extremely happy with this setup and use it every day on professional and personal projects.
smelt
Posts with mentions or reviews of smelt.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-27.
What are some alternatives?
When comparing tsi.el and smelt you can also consider the following projects:
tree-sitter-typescript - TypeScript grammar for tree-sitter
jtsx - Extends Emacs JSX/TSX built-in support.
tsx-mode.el - a batteries-included Emacs major mode for Typescript, Javascript, TSX, and JSX files
combobulate - Structured Editing and Navigation in Emacs with Tree-Sitter
eglot - A client for Language Server Protocol servers
elisp-tree-sitter - Emacs Lisp bindings for tree-sitter
tree-edit - 🌲 Structural editing in Emacs for any™ language!