Skip to content

Releases: emacs-tree-sitter/ts-fold

0.4.0

13 Feb 04:43
Compare
Choose a tag to compare
  • Add LLVM support (#103)
  • Add ActionScript support (#106)
  • Add Tablegen support (#107)
  • Add LLVM MIR support (#108)
  • Add MATLAB support (#110)
  • Add Ninja support (#112)
  • Add Svelte support (#116)
  • Add Haxe support (#117)
  • feat: Add more Zig folding rules (#118)
  • feat: Fully support isearch and modification conditions (#120)
  • fix: Respect same line folding from close all (dea3ee7)
  • feat: Add HEEx support (9d6ee0e)
  • feat: Obsolete the variable ts-fold-summary-exceeded-string (#125)
  • feat: Add EditorConfig support (#126)
  • feat: Add Janet support (#127)
  • refactor: Use built-in ellipsis (#128)
  • feat: add line count to folded text overlay (#129)

0.3.0

29 Nov 10:48
Compare
Choose a tag to compare
  • Add Noir support (#77)
  • Improve Elixir UX (#78)
  • Add VHDL support (#79)
  • Add XML support (#80)
  • Add Jsonnet support (#81)
  • Add Zig support (#82)
  • Add Erlang support (#83)
  • Add basic Pascal support (#84)
  • Add CMake support (#85)
  • Add Assembly support (#87)
  • perf: Speed up count matches (#88)
  • Add reStructuredText support (#89)
  • Add Make support (#90)
  • Add SQL support (#91)
  • Add Common Lisp support (#92)
  • Add HLSL support (#93)
  • Add GLSL support (#94)
  • Add Arduino support (#95)
  • Add Fish support (#96)
  • perf: Render indicators in display range (#97)
  • fix: Don't render indicators on non-foldable node (342eb5e)
  • Add Groovy and Jenkinsfile support (#98)
  • Add Org support (#100)
  • Add Mermaid support (#101)

0.2.0

01 Sep 17:57
Compare
Choose a tag to compare
  • Support Elixir (#10)
  • Render indicators once it's mode is enabled (#19)
  • OCaml parser and first functions added (#21)
  • Enhance Ruby parser (#26)
  • Julia language support (#33)
  • Remove redundant fold node alist (#36)
  • Change global mode to turn on with tree-sitter (#41)
  • Add minor-mode ts-fold-line-comment-mode for line comment folding (#45)
  • Improve folding for C preprocessor operators (#46)
  • Add more folding definitions (#51)
  • Add support for Lua (#52)
  • Add support for Python docstring (#58)
  • Add Dart support (#62)
  • Add Elisp support (#63)
  • Add Clojure support (#64)
  • Add Haskell support (#65)
  • Add Perl support (#66)
  • Add Markdown support (#67)
  • Add TOML support (#68)
  • fix: Don't fold lint comment when only 1 line (#69)
  • Add Kotlin support (#70)
  • Add Jai support (#71)
  • Add GDScript support (#72)
  • Add Scheme support (#73)
  • Add Beancount support (#74)
  • Add Verilog support (#75)
  • Add LaTex support (#76)

0.1.0

18 Oct 07:05
Compare
Choose a tag to compare
  • Initial release.