Max Brunsfeld
Max Brunsfeld
Right now, when an SCSS file fails to parse, I get back an `Error::S` that originates [here](https://github.com/kaj/rsass/blob/5036c6468dedf50e30a2c2407214c358c9db58cd/src/parser/mod.rs#L61-L64). SCSS files can be pretty large, so that 'remains' part of the message...
When searching for common strings in a large file, *clearing* the search can take a long time because of the `onDidDestroy` listeners registered on individual markers. Currently, Atom itself uses...
Hi! Thanks for maintaining the git-plus package! In Atom v1.19, we will release a [major change](https://github.com/atom/atom/pull/14435) to Atom's core text buffer data structure. As part of this change, we have...
In the next release of Atom (v0.166), the scope name for C++ and Objective-C++ will change from `source.c++` and `source.objc++` to `source.cpp` and `source.objcpp`. This is being done to work...
:wave: @david-driscoll, Thanks for maintaining this package! In Atom 1.23, we'll be making a breaking change to the behavior of the `TextBuffer.onWillChange` method: an event object will no longer be...
The `TSNode` type has cryptic field names, and uses accessor functions for `start_byte()` and `start_point()`, but in reality, these two fields correspond directly to fields on the node: * [`ts_node_start_byte`](https://github.com/tree-sitter/tree-sitter/blob/4151a428ec9059b70f3a7beecba8384b649eb621/lib/src/node.c#L36-L38)...
We now parse all the scripts from [bash-it](https://github.com/Bash-it/bash-it) [on CI](https://travis-ci.org/tree-sitter/tree-sitter-bash/builds/347920716), except for a [known list of files](https://github.com/tree-sitter/tree-sitter-bash/blob/c92b80e8070e734bec0e766b6eaf9e5f78fad7ec/script/known-failures.txt) that do not parse. Currently, we successfully parse about 3/4 of the files....
See https://github.com/tree-sitter/tree-sitter/pull/246 Fixes https://github.com/atom/language-c/issues/308
Hi! Thanks for maintaining the atom-pair package! In Atom v1.23, we will [some](https://github.com/atom/text-buffer/pull/273) [changes](https://github.com/atom/text-buffer/pull/274) that may affect your package. The methods `TextEditor.onDidChange` and `TextBuffer.onDidChange` will now call their callbacks *less...
Hi! Thanks for maintaining the language-idris package! In Atom v1.19, we will release a [major change](https://github.com/atom/atom/pull/14435) to Atom's core text buffer data structure. As part of this change, we have...