Releases: renzmann/treesit-auto
Releases · renzmann/treesit-auto
v1.0.9
v1.0.8
Features
- php-ts-mode: add treesit auto recipes for php-ts-mode #109 (Skyler Mayfield)
- php-ts-mode: remove extra :ext keys #109 (Skyler Mayfield)
- treesit-auto.el/treesit-auto-recipe-list: add git commit recipe #121 (Gabriel)
- treesit-auto.el/treesit-auto-recipe-list: add swift recipe #122 (Gabriel)
- treesit-auto.el/treesit-auto-recipe-list: add go workspace recipe #126 (Gabriel)
- treesit-auto.el/treesit-auto-recipe-list: add hyprlang recipe #129 (Gabriel)
- add TypeSpec #133 (ncaq)
Commits
- 23149a5: Improve dockerfile-ts-mode regex to take into account Containerfile (Tomasz Hołubowicz) #90
- 950f278: Take into account file names such as Dockerfile.local (Tomasz Hołubowicz) #90
- 5bfd001: Add support for Blueprint (nibon7) #94
- ecd898c: Bump version: 1.0.5 → 1.0.6 (Robb Enzmann)
- 6fb4261: Add support for nix-ts-mode (Nick Anderson) #103
- 016bd28: Bump version: 1.0.6 → 1.0.7 (Robb Enzmann)
- ada4d02: Fix grammar of C++ (Abdelhak Bougouffa) #106
- 51d330d: tree-sitter-toml has a new home under tree-sitter-grammars. (Peter Oliver) #113
- 37c614e: Add support for Elixir Script
.exsextension (Jonathan Carroll Otsuka) #115 - 74587ac: delete latex, fix janet-simple, and fix markdown (19年梦醒) #118
- 206df96: add elisp and solidity language (19年梦醒) #118
- 4c2a7df: added cobol (Cthulhux) #120
- 616caa3: make c and cpp recipes depend on each other (repelliuss) #130
- update grammar #131 (gs-101)
- 0c3964a: add zig (19年梦醒) #118
- 130fa59: delete elisp-ts-mode (gerald) #118
- e84d8b3: Add Haskell support (Ahmed Khanzada) #137
- de40fd3: add missing , (Ahmed Khanzada) #137
- 3d29168: remove ? (Ahmed Khanzada) #137
- ee98afc: Update verilog recipe (Gonzalo Larumbe) #138
- 09e8bf5: Add abi14-revision tag to treesit-auto-recipe. (Ted Romer) #140
- 35a818a: Set abi14-revision for bash, go, gomod, and python. (Ted Romer) #140
- 02a23ea: Merge branch 'main' into lang/go-work (Robb Enzmann) #126
- acc17de: Merge branch 'main' into fix (Robb Enzmann) #118
- a5cec7b: Ignore emacs autosave files (Robb Enzmann)
- 72fbb10: Bump version: 1.0.7 → 1.0.8 (Robb Enzmann)
v1.0.5
Commits
- f99d5b7: add more ts mode from tree-sitter-module (19年梦醒) #86
- dfd14f5: use tree-sitter-grammars as owner (Sebastiaan Speck) #86
- a8c681b: New recipe: Vue (Sebastiaan Speck) #86
- 08895fb: remove duplicated recipes (Sebastiaan Speck) #86
- 5d982ce: re-order the recipe list alphabetically (Sebastiaan Speck) #86
- e169c5c: New recipe: Scala (Sebastiaan Speck) #86
- fix extension #86 (Sebastiaan Speck)
- 09d1c8c: Bump version: 1.0.4 → 1.0.5 (Robb Enzmann)
v1.0.4
v1.0.3
v1.0.2
Commits
- 636fb50: Modify Kotlin settings to support Kotlin scripts (Derek Passen) #72
- 8a92bd7: Add support for nushell-ts-mode (Justin Barclay) #73
- 526a427: Use the Lua treesit grammar referenced by
lua-ts-mode(Derek Passen) #74 - 440575e: Add :remap for tsx-ts-mode (Adam Spiers) #77
- 5803759: New recipe: magik (Sebastiaan Speck) #78
- 2f5a814: Check if buffer-file-name is a string before checking file-exists-p (Robb Enzmann) #80
- be7c549: Bump version: 1.0.1 → 1.0.2 (Robb Enzmann)
v1.0.1
v1.0.0
Commits
- b9d24ce: Enable installation of well-known grammars based on matching file extension (Robb Enzmann) #65
- 17f8c10: Add some fixes from off-web trials (Robb Enzmann) #65
- ccad798: Fix some extensions and also remove unused comment/variable (Robb Enzmann) #65
- 018871c: Add
allargument to treesit-auto-add-to-auto-mode-alist (Robb Enzmann) #65 - 58c623b: Expand treesit-auto-add-to-auto-mode-alist to use 'all or a list of langs (Robb Enzmann) #65
- d4b3820: Update documentation for new behavior of treesit-auto-add-to-auto-mode-alist (Robb Enzmann) #65
- b547558: Add a motivational "rough vanilla" section to documentation (Robb Enzmann) #65
- 4aa850a: Fix custom recipe example (Robb Enzmann) #65
- d2eca9c: Move TLDR example closer to the top (Robb Enzmann) #65
- 683cd10: Fix a formatting error (Robb Enzmann) #65
- aa1dd2a: Bump version: 0.6.9 → 1.0.0 (Robb Enzmann) #65
v0.6.9
Bug Fixes
- clojure: add major mode remappings for clojurec and clojurescript #54 (Jason Jackson)
Commits
- b461974: Ensure ts-mode is activated directly after installation (Robb Enzmann)
- 12feff6: Merge branch 'main' of https://github.com/renzmann/treesit-auto (Robb Enzmann)
- e3beb75: Bump version: 0.6.8 → 0.6.9 (Robb Enzmann)