This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
1.32.1
Notable Changes
- Fixed an issue where Linux users were unable to push or fetch Git branches with the GitHub package on distributions with
libcurl4installed (#18201) - Fixed an issue where the
Toggle Line Commentscommand created the wrong kinds of comments in files with multiple languages (#18334) - Fixed missing syntax highlighting classes in several languages when using the new Tree-sitter parsing system
- Ruby (atom/language-ruby#244)
- Go (atom/language-go#158)
- JavaScript (atom/language-javascript#611, atom/language-javascript#612, atom/language-javascript#614)
- C (atom/language-c#300)
- Python (atom/language-python#282)
- Fixed missing syntax highlighting of CSS inside of JavaScript and HTML (atom/language-css#156)
- Fixed missing syntax highlighting of macro definitions in C code
All Changes
Atom Core
v1.32.0...v1.32.1
- atom/atom#18340 - maintainGrammar -> maintainLanguageMode
- atom/atom#18357 - ⬆️ language-go
- atom/atom#18334 - Use the correct comment strings for nested languages
- atom/atom#18201 - Add libcurl3 and libcurl4 as deps for .deb package
language-c
v0.60.7...v0.60.11
- atom/language-c#287 -
🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue - atom/language-c#300 - Add more operators to match the textmate grammar
language-css
v0.42.11...v0.43.0
- atom/language-css#149 - Add Probot no-response configuration
- atom/language-css#150 -
🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue - atom/language-css#156 - Add Tree-sitter CSS grammar
language-go
v0.46.3...v0.46.4
- atom/language-go#153 - Add Probot no-response configuration
- atom/language-go#154 -
🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue - atom/language-go#158 - Add more scopes to the tree-sitter go grammar
language-javascript
v0.129.11...v0.129.15
- atom/language-javascript#602 -
🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue - atom/language-javascript#611 - Fix some JSX scope mappings
- atom/language-javascript#612 - Add missing operators to the tree-sitter grammar
- atom/language-javascript#614 - Scope super as support.function
language-python
v0.51.5...v0.51.8
- atom/language-python#276 - Add Probot no-response configuration
- atom/language-python#277 -
🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue - atom/language-python#275 - Escape regex properly
- atom/language-python#282 - Scope operators as keyword.operator
language-ruby
v0.72.11...v0.72.12