tsi.el

treesitter-based indendentation for emacs 28 and 27 (by orzechowskid)

Tsi.el Alternatives

Similar projects and alternatives to tsi.el

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better tsi.el alternative or higher similarity.

tsi.el reviews and mentions

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?
    1 project | /r/emacs | 10 Aug 2022
    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
    2 projects | /r/sml | 27 Jul 2022
    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
    5 projects | /r/emacs | 10 Jun 2022
    ;; 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?
    2 projects | /r/emacs | 24 Jan 2022
    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.
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 18 Apr 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic tsi.el repo stats
5
46
0.0
over 1 year ago

orzechowskid/tsi.el is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.

The primary programming language of tsi.el is Emacs Lisp.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com