{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":580017078,"defaultBranch":"main","name":"julia-ts-mode","ownerLogin":"JuliaEditorSupport","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-12-19T14:10:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/19615443?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1689106353.0","currentOid":""},"activityList":{"items":[{"before":"44260b265359c7ed4052398e099ad019ce899109","after":"758004341a3f7bde2927401af5afbad67594fa8c","ref":"refs/heads/main","pushedAt":"2023-09-21T20:39:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":books: Recomended way to install the grammar\n\nCloses #13","shortMessageHtmlLink":"๐Ÿ“š Recomended way to install the grammar"}},{"before":"e730c311fb11b1fb6038ce61bfc4c6ae142f5ebf","after":"44260b265359c7ed4052398e099ad019ce899109","ref":"refs/heads/main","pushedAt":"2023-09-21T14:34:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":bug: Improve assignment indentation\n\nThe assignment must be the last indentation to be matched. Otherwise,\nall others rules will break if they happen in an assingment operation,\nlike:\n\n a = 1 + 3 + my_function(\n a, b, c\n )","shortMessageHtmlLink":"๐Ÿ› Improve assignment indentation"}},{"before":"ff0c113e758c5171330fa25b8f0d4123d44a029c","after":"e730c311fb11b1fb6038ce61bfc4c6ae142f5ebf","ref":"refs/heads/main","pushedAt":"2023-09-20T20:11:40.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":books: Simplify documentation","shortMessageHtmlLink":"๐Ÿ“š Simplify documentation"}},{"before":"51c03c5315444a1a35d18c36ce2f2b74a298a2bb","after":"ff0c113e758c5171330fa25b8f0d4123d44a029c","ref":"refs/heads/main","pushedAt":"2023-09-20T12:31:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":wrench: Make more indentation rules based on line of first sibling (#15)\n\nThis is a continuation of some previous work to make indentation rules\r\nmore contextual. Indentation styles tend to differ depending on\r\nwhether the first child of the parent is on the same line as the\r\nparent or on its own line.\r\n\r\nThis commit extends this logic to tuple expressions, vector and matrix\r\nexpressions, type parameter lists, and curly brace expressions.\r\n\r\nThis commit also corrects the behavior of assignment expressions.\r\nThose were incorrectly aligning to the identifier being assigned to\r\nwhen the julia-ts-align-assignment-expressions-to-first-sibling\r\nvariable was set to t.\r\n\r\nLastly, this commit generalizes the matcher function used to implement\r\nthese features and expands its documentation.","shortMessageHtmlLink":"๐Ÿ”ง Make more indentation rules based on line of first sibling (#15)"}},{"before":"1c5b01753bee57de2d480a80c2b267009ac93e9a","after":"51c03c5315444a1a35d18c36ce2f2b74a298a2bb","ref":"refs/heads/main","pushedAt":"2023-09-19T15:43:22.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":sparkles: Indent args/params based on line of first element (#14)","shortMessageHtmlLink":"โœจ Indent args/params based on line of first element (#14)"}},{"before":"662174f4033489e1a2b9fb980dd299b2153535be","after":"1c5b01753bee57de2d480a80c2b267009ac93e9a","ref":"refs/heads/main","pushedAt":"2023-07-11T20:09:17.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":bookmark: Version 0.2.5","shortMessageHtmlLink":"๐Ÿ”– Version 0.2.5"}},{"before":"98499b7c9966e7bafee793cdf667d905cc8b20e5","after":"662174f4033489e1a2b9fb980dd299b2153535be","ref":"refs/heads/main","pushedAt":"2023-07-11T19:43:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":bookmark: Version 0.2.4","shortMessageHtmlLink":"๐Ÿ”– Version 0.2.4"}},{"before":"7799e30701c28d9aa27a889c11618d213aab6ff2","after":"98499b7c9966e7bafee793cdf667d905cc8b20e5","ref":"refs/heads/main","pushedAt":"2023-07-11T19:37:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":bug: Fix queries for new version of grammar\n\nCloses #106","shortMessageHtmlLink":"๐Ÿ› Fix queries for new version of grammar"}},{"before":"a1592dee00c979c238ac3465050a305579657d86","after":"7799e30701c28d9aa27a889c11618d213aab6ff2","ref":"refs/heads/main","pushedAt":"2023-07-01T19:38:37.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":bookmark: Version 0.2.3","shortMessageHtmlLink":"๐Ÿ”– Version 0.2.3"}},{"before":"33ea957ef696155ad45a952d653a9ff18d45c866","after":"a1592dee00c979c238ac3465050a305579657d86","ref":"refs/heads/main","pushedAt":"2023-05-05T18:46:31.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":bookmark: Version 0.2.2","shortMessageHtmlLink":"๐Ÿ”– Version 0.2.2"}},{"before":"d8e0a02d9d415ac35bdd903c5c8301aeea1e5ac5","after":"33ea957ef696155ad45a952d653a9ff18d45c866","ref":"refs/heads/main","pushedAt":"2023-03-18T22:11:06.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"ronisbr","name":"Ronan Arraes Jardim Chagas","path":"/ronisbr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1068295?s=80&v=4"},"commit":{"message":":bookmark: Version 0.2.1","shortMessageHtmlLink":"๐Ÿ”– Version 0.2.1"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADhheqLwA","startCursor":null,"endCursor":null}},"title":"Activity ยท JuliaEditorSupport/julia-ts-mode"}