Skip to content

Fix font lock error for clojure-ts-mode#3809

Merged
bbatsov merged 1 commit intoclojure-emacs:masterfrom
rrudakov:fix/3791-font-lock-error
Apr 11, 2025
Merged

Fix font lock error for clojure-ts-mode#3809
bbatsov merged 1 commit intoclojure-emacs:masterfrom
rrudakov:fix/3791-font-lock-error

Conversation

@rrudakov
Copy link
Copy Markdown
Contributor

In clojure-ts-mode up-list delegates it's job to treesit-up-list, which signals user-error when the top level is reached.

Close #3791


Before submitting the PR make sure the following things have been done (and denote this
by checking the relevant checkboxes):

  • The commits are consistent with our contribution guidelines
  • You've added tests (if possible) to cover your change(s)
  • All tests are passing (eldev test)
  • All code passes the linter (eldev lint) which is based on elisp-lint and includes
  • You've updated the changelog (if adding/changing user-visible functionality)
  • You've updated the user manual (if adding/changing user-visible functionality)

Thanks!

If you're just starting out to hack on CIDER you might find this section of its
manual
extremely useful.

@bbatsov bbatsov merged commit ee48d40 into clojure-emacs:master Apr 11, 2025
16 checks passed
@bbatsov
Copy link
Copy Markdown
Member

bbatsov commented Apr 11, 2025

Thanks!

@rrudakov rrudakov deleted the fix/3791-font-lock-error branch April 11, 2025 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error during redisplay

2 participants