Home
Solus
Search
Configure Global Search
Log In
Transactions
D7867
Change Details
Change Details
Old
New
Diff
**Summarized Changelog:** - Add appropriate punctuation scopes to various characters in HTML. - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers). - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers. - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers. - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files. **Packaging Changes:** - Switch to tarballs prebuilt by atom developers. This makes the file indexing and project searching finally work again and makes packaging hugesly simpler as it cuts down on build time and avoids build issues using NODE version 12.
**Summarized Changelog:** - Add appropriate punctuation scopes to various characters in HTML. - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers). - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers. - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers. - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files. - Improve PHP syntax highlighting for ternary operator, ereg functions, and comments within closures. - Improve PHP syntax highlighting for functions returning references, return types. - Improve SCSS syntax highlighting, by recognizing '-' as part of a class selector in an `@extend` statement. - Fix find and replace crashes when a tab is not an editor. - Fix an issue that prevented directories created by git worktree from being recognized as git repositories. - Improve CSS syntax highlighting by supporting grid properties (e.g row-gap, place-items, place-self and place-content). - Improve CSS syntax highlighting by preventing deprecated CSS properties from being highlighted as errors. - Add support for Javascript forEach snippet. - Add support for Javascript syntax highlighting for BigInt numeric. - Update legacy TextMate grammars to match microsoft/vscode@e6abf47. - Removed the non-functional "jump to file" context menu option when viewing past commits. - Explicitly display and choose the active git working directory in the Git and GitHub tabs. - Avoid stalls due to data buffering by using TCP sockets instead of UNIX domain sockets for git dialog communications. - Create and publish GitHub repositories with the github:create-repository and github:publish-repository commands. - Copy the commit SHA and subject to the clipboard from the context menu on the mini-log. **Packaging Changes:** - Switch to tarballs prebuilt by atom developers. This makes the file indexing and project searching finally work again and makes packaging hugesly simpler as it cuts down on build time and avoids build issues using NODE version 12.
**Summarized Changelog:** - Add appropriate punctuation scopes to various characters in HTML. - Add support for Ruby syntax highlighting of symbols inside literal symbol arrays (e.g %i() and %I() when using Tree-sitter parsers). - Add support for Ruby syntax highlighting of alias, alias_method, block_given?, defined?, iterator?, super, and undef when using Tree-sitter parsers. - Improve JavaScript syntax highlighting of function names and function parameters when using Tree-sitter parsers. - Add support for jl as a language identifier for the Julia language when using fenced code blocks in Markdown files.
- Improve PHP syntax highlighting for ternary operator, ereg functions, and comments within closures. - Improve PHP syntax highlighting for functions returning references, return types. - Improve SCSS syntax highlighting, by recognizing '-' as part of a class selector in an `@extend` statement. - Fix find and replace crashes when a tab is not an editor. - Fix an issue that prevented directories created by git worktree from being recognized as git repositories. - Improve CSS syntax highlighting by supporting grid properties (e.g row-gap, place-items, place-self and place-content). - Improve CSS syntax highlighting by preventing deprecated CSS properties from being highlighted as errors. - Add support for Javascript forEach snippet. - Add support for Javascript syntax highlighting for BigInt numeric. - Update legacy TextMate grammars to match microsoft/vscode@e6abf47. - Removed the non-functional "jump to file" context menu option when viewing past commits. - Explicitly display and choose the active git working directory in the Git and GitHub tabs. - Avoid stalls due to data buffering by using TCP sockets instead of UNIX domain sockets for git dialog communications. - Create and publish GitHub repositories with the github:create-repository and github:publish-repository commands. - Copy the commit SHA and subject to the clipboard from the context menu on the mini-log.
**Packaging Changes:** - Switch to tarballs prebuilt by atom developers. This makes the file indexing and project searching finally work again and makes packaging hugesly simpler as it cuts down on build time and avoids build issues using NODE version 12.
Continue