This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
1.32.2
Notable Changes
- Fixed an issue where making rapid, large edits could cause invalid syntax highlighting (#18375)
- Fixed an issue that caused a freeze when making certain edits to ERB files (#18342)
- Fixed an issue where typing a '#' would spuriously insert curly braces in several languages (#18376)
- Added the ability to fold several more types of statements in some languages (atom/language-go#164, atom/language-javascript#624)
- Added several syntax highlighting classes that were accidentally removed in 1.32.0 (atom/language-javascript#620, atom/language-javascript#623, atom/language-javascript#622)
All Changes
Atom Core
v1.32.1...v1.32.2
- atom/atom#18404 -
⬆️ language-javascript&language-typescript - atom/atom#18411 - Fix failure to emit did-change-highlighting event in TreeSitterLanguageMode
bracket-matcher
v0.89.3...v0.89.4
- atom/bracket-matcher#360 - Add Probot no-response configuration
- atom/bracket-matcher#361 - 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
language-c
v0.60.11...v0.60.13
- atom/language-c#302 - Scope primitive types as support.storage.type instead of support.support.type
- atom/language-c#303 - Add more scopes to the tree-sitter grammar
language-go
v0.46.4...v0.46.6
- atom/language-go#160 - scope source_file as source.go
- atom/language-go#164 - Fold select, switch, case
language-javascript
v0.129.15...v0.129.17
- atom/language-javascript#604 - Add support for gql template literal
- atom/language-javascript#622 - Self closing elements can also be meta.class
- atom/language-javascript#623 - Distinguish between commas and periods.
- atom/language-javascript#624 - Fold rules for switch_case
- atom/language-javascript#620 - Add more scopes to the tree-sitter grammar
language-ruby
v0.72.12...v0.72.14