|
5 | 5 | - Project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) |
6 | 6 |
|
7 | 7 | ## [Unreleased] |
| 8 | + |
| 9 | +## 1.118.0 |
| 10 | + |
| 11 | +- Various tree-sitter grammar improvements |
| 12 | + - Docs fixes |
| 13 | + - A parser update for PHP |
| 14 | + - Miscellaneous grammar fixes and improvements |
| 15 | +- Added a preference `core.allowWindowTransparency` so that themes and user stylesheets |
| 16 | + can make editor windows' backgrounds transparent. |
8 | 17 | - Added a new modern tree sitter "test" for highlight query - `ancestorTypeNearerThan` |
9 | | - that matches if it finds the _first_ type as an ancestor, but _not matches_ if |
| 18 | + that matches if it finds the _first_ type as an ancestor, but _doesn't match_ if |
10 | 19 | any "other" ancestors are found before |
11 | 20 | - Syntax quoting and unquoting in Clojure now highlights correctly, and also |
12 | 21 | highlights full qualified keywords differently than generated ones |
13 | 22 | - `content` field of addInjectionPoint for modern-tree-sitter now supports a second |
14 | 23 | `buffer` argument, for better customization if one wants to |
15 | | -- EDN is back to be detected as Clojure (for compatibility) but highlights as EDN |
| 24 | +- EDN is back to being detected as Clojure (for compatibility) but highlights as EDN |
16 | 25 | - Fixed syntax quoting on Clojure grammar (newer tree-sitter), fixed some |
17 | 26 | injection points on Clojure. Added support for highligting metadata, and added |
18 | | - better support for "def" elements (example - don't syntax `default` or |
| 27 | + better support for "def" elements (for example - doesn't scope `default` or |
19 | 28 | `definition` as a `def`, but highlights `p/defresolver`) |
| 29 | +- Fixed `textChanged` property to be accurate when deleting characters |
| 30 | +- Fixed `ppm publish` for publishing brand new packages |
| 31 | + |
| 32 | +### Pulsar |
| 33 | + |
| 34 | +- Fixed: Tree-sitter rolling fixes, 1.118 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1010) |
| 35 | +- Added: src: Allow windows to be transparent, behind a pref (off by default) [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/982) |
| 36 | +- Added: Another batch of Clojure enhancements [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/729) |
| 37 | +- Fixed: Fix `onDidChangeCursorPosition` callback event property on deleting characters [@mauricioszabo](https://github.com/pulsar-edit/pulsar/pull/810) |
| 38 | +- Bumped: Update ppm to commit 3542dee00f4622f7458f2f65f05e5 [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1014) |
| 39 | +- Updated: Cirrus: Update Rolling upload token [@DeeDeeG](https://github.com/pulsar-edit/pulsar/pull/1011) |
20 | 40 |
|
21 | 41 | ## 1.117.0 |
22 | 42 |
|
|
0 commit comments