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
- Host: GitHub
- URL: https://github.com/iquiw/emacs-tree-sitter-module
- Owner: iquiw
- Created: 2022-12-25T14:53:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-03-24T04:28:40.000Z (3 months ago)
- Last Synced: 2026-03-25T05:28:20.463Z (3 months ago)
- Topics: emacs, tree-sitter, windows
- Language: Shell
- Homepage:
- Size: 230 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)