Skip to content

Releases: renzmann/treesit-auto

v1.0.5

01 Apr 12:40
Compare
Choose a tag to compare

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

23 Feb 14:51
Compare
Choose a tag to compare

Commits

  • e5410e5: [treesit-auto] fix space issue (Sebastiaan Speck) #85
  • 299dd88: Bump version: 1.0.3 → 1.0.4 (Robb Enzmann)

v1.0.3

18 Feb 15:19
Compare
Choose a tag to compare

Commits

  • 19cee13: Add support for WebAssembly (Tomasz Hołubowicz) #68
  • d8ea97e: Remove recipe: magik (Sebastiaan Speck) #81
  • 449043f: Remove the language from treesit-auto-langs (Sebastiaan Speck) #83
  • 69c0187: New recipe: magik (Sebastiaan Speck) #83
  • e5a7140: Bump version: 1.0.2 → 1.0.3 (Robb Enzmann)

v1.0.2

20 Jan 14:48
Compare
Choose a tag to compare

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

30 Nov 17:16
Compare
Choose a tag to compare

Commits

  • cebdccb: Fix treesit-auto-add-to-auto-mode-alist when langs is nil (arkbriar) #67
  • ae78477: Correctly detect what's already installed, and check fbound before adding to auto-mode-alist (Robb Enzmann) #71
  • cfde372: Bump version: 1.0.0 → 1.0.1 (Robb Enzmann)

v1.0.0

18 Nov 19:10
Compare
Choose a tag to compare

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

11 Nov 02:51
Compare
Choose a tag to compare

Bug Fixes

  • clojure: add major mode remappings for clojurec and clojurescript #54 (Jason Jackson)

Commits

v0.6.8

11 Nov 02:30
Compare
Choose a tag to compare

Commits

  • f519345: Check if ts-mode is ready; not lang (Robb Enzmann)
  • ada22bb: Bump version: 0.6.7 → 0.6.8 (Robb Enzmann)

v0.6.7

11 Nov 02:20
Compare
Choose a tag to compare

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)

v0.6.6

03 Nov 21:41
Compare
Choose a tag to compare

Commits

  • 3ccc29e: New recipe: typst (Samuel Tardieu) #61
  • 463d84a: Add note about :ext to CONTRIBUTING guide; switch it to org (Robb Enzmann)
  • f0cf4cf: Bump version: 0.6.5 → 0.6.6 (Robb Enzmann)