Changelog: grammar and copy editing for 1.118.0 entries

Consistent past tense verbs, light grammar and copy editing
This commit is contained in:
DeeDeeG 2024-06-15 23:14:06 -04:00
parent eb2110f4d5
commit 3c60b3eba7
2 changed files with 12 additions and 12 deletions

View File

@ -12,22 +12,22 @@
- Docs fixes
- A parser update for PHP
- Miscellaneous grammar fixes and improvements
- Add a preference `core.allowWindowTransparency` so that themes and user stylesheets
- Added a preference `core.allowWindowTransparency` so that themes and user stylesheets
can make editor windows' backgrounds transparent.
- Added a new modern tree sitter "test" for highlight query - `ancestorTypeNearerThan`
that matches if it finds the _first_ type as an ancestor, but _not matches_ if
that matches if it finds the _first_ type as an ancestor, but _doesn't match_ if
any "other" ancestors are found before
- Syntax quoting and unquoting in Clojure now highlights correctly, and also
highlights full qualified keywords differently than generated ones
- `content` field of addInjectionPoint for modern-tree-sitter now supports a second
`buffer` argument, for better customization if one wants to
- EDN is back to be detected as Clojure (for compatibility) but highlights as EDN
- EDN is back to being detected as Clojure (for compatibility) but highlights as EDN
- Fixed syntax quoting on Clojure grammar (newer tree-sitter), fixed some
injection points on Clojure. Added support for highligting metadata, and added
better support for "def" elements (example - don't syntax `default` or
better support for "def" elements (for example - doesn't scope `default` or
`definition` as a `def`, but highlights `p/defresolver`)
- Fix `textChanged` property to be accurate when deleting characters
- Fix `ppm publish` for publishing brand new packages
- Fixed `textChanged` property to be accurate when deleting characters
- Fixed `ppm publish` for publishing brand new packages
### Pulsar

View File

@ -64,10 +64,10 @@ export default class ChangeLogView {
</ul>
</li>
<li>
Add a preference <code>core.allowWindowTransparency</code> so that themes and user stylesheets can make editor windows' backgrounds transparent.
Added a preference <code>core.allowWindowTransparency</code> so that themes and user stylesheets can make editor windows' backgrounds transparent.
</li>
<li>
Added a new modern tree sitter "test" for highlight query - <code>ancestorTypeNearerThan</code> that matches if it finds the <i>first</i> type as an ancestor, but <i>not matches</i> if any "other" ancestors are found before
Added a new modern tree sitter "test" for highlight query - <code>ancestorTypeNearerThan</code> that matches if it finds the <i>first</i> type as an ancestor, but <i>doesn't match</i> if any "other" ancestors are found before
</li>
<li>
Syntax quoting and unquoting in Clojure now highlights correctly, and also highlights full qualified keywords differently than generated ones
@ -76,16 +76,16 @@ export default class ChangeLogView {
<code>content</code> field of addInjectionPoint for modern-tree-sitter now supports a second <code>buffer</code> argument, for better customization if one wants to
</li>
<li>
EDN is back to be detected as Clojure (for compatibility) but highlights as EDN
EDN is back to being detected as Clojure (for compatibility) but highlights as EDN
</li>
<li>
Fixed syntax quoting on Clojure grammar (newer tree-sitter), fixed some injection points on Clojure. Added support for highligting metadata, and added better support for "def" elements (example - don't syntax <code>default</code> or <code>definition</code> as a <code>def</code>, but highlights <code>p/defresolver</code>)
Fixed syntax quoting on Clojure grammar (newer tree-sitter), fixed some injection points on Clojure. Added support for highligting metadata, and added better support for "def" elements (for example - doesn't scope <code>default</code> or <code>definition</code> as a <code>def</code>, but highlights <code>p/defresolver</code>)
</li>
<li>
Fix <code>textChanged</code> property to be accurate when deleting characters
Fixed <code>textChanged</code> property to be accurate when deleting characters
</li>
<li>
Fix <code>ppm publish</code> for publishing brand new packages
Fixed <code>ppm publish</code> for publishing brand new packages
</li>
</ul>