-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tree-sitter rolling fixes, 1.124 edition (#1148)
* Add comments to `WASMTreeSitterLanguageMode`… …and emit an event in `IndentResolver::suggestedIndentForBufferRow` that was missed last time. * [language-c] Fix highlighting of `&` in a reference declarator (Should've made it into last month’s!) * [language-c] Move `reference_declarator` declaration to C++-only file… …because it's not valid C. * Attempt to fix chronically failing spec I _think_ this is happening because we're not waiting for the watcher to start. `nsfw` goes async when the watcher is created _and_ when it's started.
- Loading branch information
1 parent
d754ed7
commit aee35aa
Showing
3 changed files
with
123 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters