elpasync pushed a change to branch elpa/clojure-ts-mode. from 5f16fb8dbc Re-enable workaround for treesit-transpose-sexps bug new 5231c348e5 [#20] Highlight methods in some forms new b96d85d0d4 Merge pull request #21 from rrudakov/main new 6ea4196ebc Indicate internal defconst with clojure-ts-- prefix new ec48877dd0 Fix ns docstring highlighting regression new 5e7506e614 Highlight a couple clojure.test symbols as builtins
Summary of changes: CHANGELOG.md | 4 +- clojure-ts-mode.el | 123 ++++++++++++++++++++++++++++++++++++++-------------- test/docstrings.clj | 67 ++++++++++++++++++++++++++++ test/test.clj | 43 +++++++++++++++++- 4 files changed, 202 insertions(+), 35 deletions(-) create mode 100644 test/docstrings.clj