Skip to content

Commit 6a80d91

Browse files
committed
[#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.
1 parent 8e57ba7 commit 6a80d91

File tree

4 files changed

+418
-344
lines changed

4 files changed

+418
-344
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## main (unreleased)
44

5+
- [#109](https://github.com/clojure-emacs/clojure-ts-mode/issues/109): Improve performance by pre-compiling Tree-sitter queries.
6+
57
## 0.5.0 (2025-06-04)
68

79
- [#96](https://github.com/clojure-emacs/clojure-ts-mode/pull/96): Highlight function name properly in `extend-protocol` form.

0 commit comments

Comments
 (0)