|
2 | 2 |
|
3 | 3 | ## main (unreleased)
|
4 | 4 |
|
| 5 | +## 0.2.0 |
| 6 | + |
5 | 7 | - Pin grammar revision in treesit-language-source-alist
|
| 8 | + - [bd61a7fb281b7b0b1d2e20d19ab5d46cbcdc6c1e](https://github.com/clojure-emacs/clojure-ts-mode/commit/bd61a7fb281b7b0b1d2e20d19ab5d46cbcdc6c1e) |
6 | 9 | - Make font lock feature list more conforming with recommendations
|
7 |
| - - (See treesit-font-lock-level documentation for more information.) |
| 10 | + - (See treesit-font-lock-level documentation for more information.) |
| 11 | + - [2225190ee57ef667d69f2cd740e0137810bc38e7](https://github.com/clojure-emacs/clojure-ts-mode/commit/2225190ee57ef667d69f2cd740e0137810bc38e7) |
8 | 12 | - Highlight docstrings in interface, protocol, and variable definitions
|
| 13 | + - [9af0a6b35c708309acdfeb4c0c79061b0fd4eb44](https://github.com/clojure-emacs/clojure-ts-mode/commit/9af0a6b35c708309acdfeb4c0c79061b0fd4eb44) |
9 | 14 | - Add support for semantic indentation (now the default)
|
| 15 | + - [ae2e2486010554cfeb12f06a1485b4d81609d964](https://github.com/clojure-emacs/clojure-ts-mode/commit/ae2e2486010554cfeb12f06a1485b4d81609d964) |
| 16 | + - [ca3914aa7aa9645ab244658f8db781cc6f95111e](https://github.com/clojure-emacs/clojure-ts-mode/commit/ca3914aa7aa9645ab244658f8db781cc6f95111e) |
| 17 | + - [85871fdbc831b3129dae5762e9c247d453c35e15](https://github.com/clojure-emacs/clojure-ts-mode/commit/85871fdbc831b3129dae5762e9c247d453c35e15) |
| 18 | + - [ff5d7e13dc53cc5da0e8139b04e02d90f61d9065](https://github.com/clojure-emacs/clojure-ts-mode/commit/ff5d7e13dc53cc5da0e8139b04e02d90f61d9065) |
10 | 19 | - Highlight "\`quoted-symbols\` in docs strings like this."
|
11 | 20 | - This feature uses a nested markdown parser.
|
12 | 21 | If the parser is not available this feature should be silently disabled.
|
| 22 | + - [9af0a6b35c708309acdfeb4c0c79061b0fd4eb44](https://github.com/clojure-emacs/clojure-ts-mode/commit/9af0a6b35c708309acdfeb4c0c79061b0fd4eb44) |
13 | 23 | - Highlight methods for `deftype`, `defrecord`, `defprotocol`, `reify` and `definterface`
|
14 | 24 | forms ([#20](https://github.com/clojure-emacs/clojure-ts-mode/issues/20)).
|
| 25 | + - [5231c348e509cff91edd1ec59d7a59645395da15](https://github.com/clojure-emacs/clojure-ts-mode/commit/5231c348e509cff91edd1ec59d7a59645395da15) |
| 26 | + - Thank you rrudakov for this contribution. |
| 27 | +- Add derived `clojure-jank-ts-mode` for the [Jank](https://github.com/jank-lang/jank) dialect of clojure |
| 28 | + - [a7b9654488693cdc9057a91410f74de42a397d1b](https://github.com/clojure-emacs/clojure-ts-mode/commit/a7b9654488693cdc9057a91410f74de42a397d1b) |
15 | 29 |
|
16 | 30 | ## 0.1.5
|
17 | 31 |
|
|
0 commit comments