mickeynp / html-ts-mode

Tree-sitter enabled HTML support for Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML Tree-sitter mode for Emacs

A simple tree-sitter major mode for HTML and Emacs 29.

NOTE: Please make sure you're using the tagged release v0.20.1. Direct link to it here. The grammar has changed substantially in the last couple of months, and the code in this repository reflects that.

It's a meant to demonstrate -- though it works well -- how to write your own tree-sitter-enabled major modes.

My article on writing this major mode should help you write your own tree-sitter enabled major mode.

About

Tree-sitter enabled HTML support for Emacs

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%