Skip to content

orzechowskid/tsx-mode.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

tsx-mode.el: a batteries-included Emacs major mode for TSX/JSX files

Features

  • code analysis and completion
  • syntax highlighting
  • indentation
  • code folding
  • code-coverage overlays
  • syntax highlighting, indentation, code completion, and linting for CSS-in-JS tagged template strings

Installation

emacs 30+ users

(use-package tsx-mode
  :straight '(tsx-mode :type git :host github :repo "orzechowskid/tsx-mode.el" :branch "emacs30"))

complete instructions: click here

emacs 29 users

(use-package tsx-mode
  :straight '(tsx-mode :type git :host github :repo "orzechowskid/tsx-mode.el" :branch "emacs29"))

complete instructions: click here

emacs 27/28 users

(use-package tsx-mode
  :straight '(tsx-mode :type git :host github :repo "orzechowskid/tsx-mode.el" :branch "emacs28"))

complete instructions: click here

License

GPLv3. see LICENSE in the top level of this repository.

About

a batteries-included Emacs major mode for Typescript, Javascript, TSX, and JSX files

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7