An open API service indexing awesome lists of open source software.

https://github.com/iquiw/emacs-tree-sitter-module

tree-sitter module libraries for Emacs
https://github.com/iquiw/emacs-tree-sitter-module

emacs tree-sitter windows

Last synced: about 1 month ago
JSON representation

tree-sitter module libraries for Emacs

Awesome Lists containing this project

README

          

# tree-sitter module libraries

tree-sitter language module libraries for Emacs.

## Branches

The main branch tracks the latest tree-sitter modules, which might be incompatible with Emacs versions.
For the specific Emacs version, see the following branches.

| Branch | Release |
| --- | --- |
| [Emacs-30](https://github.com/iquiw/emacs-tree-sitter-module/tree/emacs-30) | [Releases](https://github.com/iquiw/emacs-tree-sitter-module/releases?q=emacs-30) |

## Languages

- [bash](https://github.com/tree-sitter/tree-sitter-bash)
- [c](https://github.com/tree-sitter/tree-sitter-c)
- [c-sharp](https://github.com/tree-sitter/tree-sitter-c-sharp)
- [cmake](https://github.com/uyha/tree-sitter-cmake)
- [cpp](https://github.com/tree-sitter/tree-sitter-cpp)
- [css](https://github.com/tree-sitter/tree-sitter-css)
- [dockerfile](https://github.com/camdencheek/tree-sitter-dockerfile)
- [doxygen](https://github.com/tree-sitter-grammars/tree-sitter-doxygen)
- [elixir](https://github.com/elixir-lang/tree-sitter-elixir)
- [gitattributes](https://github.com/tree-sitter-grammars/tree-sitter-gitattributes)
- [go](https://github.com/tree-sitter/tree-sitter-go)
- [gomod](https://github.com/camdencheek/tree-sitter-go-mod)
- [gowork](https://github.com/omertuc/tree-sitter-go-work)
- [heex](https://github.com/phoenixframework/tree-sitter-heex)
- [html](https://github.com/tree-sitter/tree-sitter-html)
- [java](https://github.com/tree-sitter/tree-sitter-java)
- [javascript](https://github.com/tree-sitter/tree-sitter-javascript)
- [jsdoc](https://github.com/tree-sitter/tree-sitter-jsdoc)
- [json](https://github.com/tree-sitter/tree-sitter-json)
- [liquid](https://github.com/hankthetank27/tree-sitter-liquid)
- [lua](https://github.com/tree-sitter-grammars/tree-sitter-lua)
- [markdown/-inline](https://github.com/tree-sitter-grammars/tree-sitter-markdown)
- [php](https://github.com/tree-sitter/tree-sitter-php)
- [phpdoc](https://github.com/claytonrcarter/tree-sitter-phpdoc)
- [python](https://github.com/tree-sitter/tree-sitter-python)
- [ruby](https://github.com/tree-sitter/tree-sitter-ruby)
- [rust](https://github.com/tree-sitter/tree-sitter-rust)
- [toml](https://github.com/tree-sitter-grammars/tree-sitter-toml)
- [typescript/tsx](https://github.com/tree-sitter/tree-sitter-typescript)
- [yaml](https://github.com/tree-sitter-grammars/tree-sitter-yaml)