Skip to content

Releases: renzmann/treesit-auto

v1.0.9

10 Feb 15:27

Choose a tag to compare

Commits

  • ec8d173: Set :abi14-revision for yaml (Ted Romer) #143
  • c27fe6e: Add documentation for :abi14-revision and version-mismatch errors. (Ted Romer) #142
  • 29ae4a7: Merge branch 'main' of github.com:renzmann/treesit-auto (Robb Enzmann)
  • e10d10a: Bump version: 1.0.8 → 1.0.9 (Robb Enzmann)

v1.0.8

10 Feb 15:28

Choose a tag to compare

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 .exs extension (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

01 Apr 12:40

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

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

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

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

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

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

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

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)