Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: clojure-emacs/clojure-ts-mode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.5.0
Choose a base ref
...
head repository: clojure-emacs/clojure-ts-mode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.1
Choose a head ref
  • 4 commits
  • 5 files changed
  • 2 contributors

Commits on Jun 4, 2025

  1. Bump the development version

    bbatsov committed Jun 4, 2025
    Configuration menu
    Copy the full SHA
    8e57ba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2025

  1. [#109] Fix performance issue by pre-compiling Tree-sitter queries

    There is one trade-off: Markdown syntax won't be highlighted in docstrings of
    custom extra def forms.  I think it could be solved, but it would make the code
    more complicated.
    rrudakov authored and bbatsov committed Jun 5, 2025
    Configuration menu
    Copy the full SHA
    569ed6c View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Set clojure-ts-completion-at-point-function locally

    We should use add-hook instead of add-to-list in order to set it only for
    clojure-ts-mode buffers.
    rrudakov authored and bbatsov committed Jun 10, 2025
    Configuration menu
    Copy the full SHA
    01e6a0b View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2025

  1. Release 0.5.1

    bbatsov committed Jun 17, 2025
    Configuration menu
    Copy the full SHA
    66cdee1 View commit details
    Browse the repository at this point in the history
Loading