diff --git a/docs/focus/2018-03-05.md b/docs/focus/2018-03-05.md index 609f90ce8..c0aa9a457 100644 --- a/docs/focus/2018-03-05.md +++ b/docs/focus/2018-03-05.md @@ -9,7 +9,6 @@ - Commit interactions research spike: undo most recent, amend (@kuychaco) [#1328](https://github.com/atom/github/pull/1328) - Port CommitView and CommitController to React. (@smashwilson) [#1325](https://github.com/atom/github/pull/1325) - Begin "Remember me" within the credential dialog [#1327](https://github.com/atom/github/pull/1327) -- Teletype - Tree-sitter - Shifted focus to address some open-source contributions to parsers: - Wrote documentation about how to create parsers: http://tree-sitter.github.io/tree-sitter @@ -34,6 +33,7 @@ - Kick-start our GPG pinentry handling (@smashwilson) [#846](https://github.com/atom/github/pull/846) - Build UI for adding co-authors, much like Desktop's UI/UX - desktop.github.com/features/co-authors/ - Teletype + - Open pull request for the avatar UX enhancements described in ([atom/teletype#268](https://github.com/atom/teletype/issues/268)) - Tree-sitter - Carrying over goals from previous weeks: - Optimize syntax tree updates in the presence of syntax errors. This will improve performance across the board but also make Tree-sitter usable in edge cases where the wrong language is being used to parse a document.