Releases: renzmann/treesit-auto
Releases · renzmann/treesit-auto
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
all
argument 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)
v0.6.8
v0.6.7
Commits
- 8f291b8: Add variable treesit-auto-langs (Robb Enzmann) #63
- 6a52e48: Update docs for treesit-auto-langs (Robb Enzmann) #63
- 0bca748: Merge branch 'main' into treesit-auto-langs (Robb Enzmann) #63
- 31fdb70: Remove -> delete (Robb Enzmann) #63
- dbd1a09: Fix python-mode fallback code example (Andreas Kurth) #64
- 86e1e1c: Fix CONTRIBUTING link (Robb Enzmann)
- a0787ab: Merge branch 'main' of https://github.com/renzmann/treesit-auto (Robb Enzmann)
- 876952d: Fix links in CONTRIBUTING.org (Robb Enzmann)
- b92d29e: Don't break in the middle of a literal (Robb Enzmann)
- 72075d6: Use
treesit-auto--ready-p
to check whether lang is ready for auto-mode-alist (Robb Enzmann) - d0bf2b9: Bump version: 0.6.6 → 0.6.7 (Robb Enzmann)