| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-19 | Update the readme | Brian Albert Monroe | |
| 2022-06-19 | Add rnoweb to the parsers.lua file | Brian Albert Monroe | |
| 2022-06-19 | Add rnoweb queries | Brian Albert Monroe | |
| 2022-06-19 | Update lockfile.json | GitHub | |
| 2022-06-19 | Update README | Github Actions | |
| 2022-06-19 | docs(swift): list alex-pinkus as maintainer | Christian Clason | |
| 2022-06-19 | Update lockfile.json | GitHub | |
| 2022-06-19 | feat(swift): update parser and queries to 0.3.0 (#3035) | Christian Clason | |
| also port upstream query changes | |||
| 2022-06-18 | Update lockfile.json | GitHub | |
| 2022-06-17 | Update lockfile.json | GitHub | |
| 2022-06-16 | Update lockfile.json | GitHub | |
| 2022-06-14 | Update lockfile.json | GitHub | |
| 2022-06-14 | Update README | Github Actions | |
| 2022-06-14 | test(indents/yaml): add tests | Phelipe Teles | |
| 2022-06-14 | fix(indents/yaml): only indent mapping pair if value is a block | Phelipe Teles | |
| This improves the following situation, in which '|' is the cursor position: ```yaml - key1: value1 key2: value2| ``` Before this commit, by pressing Enter would result in this indentation: ```yaml - key1: value1 key2: value2 | ``` Which is less convenient than this: ```yaml - key1: value1 key2: value2 | ``` | |||
| 2022-06-14 | fix(indents/yaml): improve error handling | Phelipe Teles | |
| This helps to solve the first issue reported at #1377. The problem is that the line loses its indentation when we start inserting a new mapping pair (specifically, when we enter the character ":"). The issue seems to be solved by auto indenting ERROR nodes. | |||
| 2022-06-14 | fix(indents/yaml): indent sequence/list items | Phelipe Teles | |
| This solves the second issue reported at #1377, in which the cursor would not be aligned with the line "key2: value2" when entering a new line below it. ```yaml - key1: value1 key2: value2 ``` | |||
| 2022-06-14 | fix: keep cls variable highlighting consistent in class methods | Ryan Barth | |
| 2022-06-14 | fix(tiger): remove duplicate keywords | Bruno BELANYI | |
| 2022-06-14 | fix(tiger): add 'ft' modeline in highlight corpus | Bruno BELANYI | |
| 2022-06-14 | fix(tiger): adjust invalid queries | Bruno BELANYI | |
| 2022-06-14 | test(tiger): import upstream tests | Bruno BELANYI | |
| 2022-06-14 | feat(tiger): initial support | Bruno BELANYI | |
| 2022-06-14 | Update lockfile.json | GitHub | |
| 2022-06-13 | Update lockfile.json | GitHub | |
| 2022-06-12 | Update lockfile.json | GitHub | |
| 2022-06-12 | Update lockfile.json | GitHub | |
| 2022-06-12 | chore: delete language-request.md (#3013) | Christian Clason | |
| We have a dedicated tracking issue for this now. | |||
| 2022-06-12 | Update lockfile.json | GitHub | |
| 2022-06-11 | Update lockfile.json | GitHub | |
| 2022-06-10 | Update lockfile.json | GitHub | |
| 2022-06-09 | Update lockfile.json | GitHub | |
| 2022-06-09 | Update lockfile.json | GitHub | |
| 2022-06-08 | Update lockfile.json | GitHub | |
| 2022-06-07 | Update lockfile.json | GitHub | |
| 2022-06-07 | Update lockfile.json | GitHub | |
| 2022-06-07 | vim: add basic folding for if statements and functions (#2994) | Seth Barberee | |
| 2022-06-06 | Update lockfile.json | GitHub | |
| 2022-06-06 | update scala revision | Stuart Mashaal | |
| 2022-06-05 | Update lockfile.json | GitHub | |
| 2022-06-05 | make ft_to_lang work for csharp (#2989) | Alexej Kowalew | |
| 2022-06-05 | Update lockfile.json | GitHub | |
| 2022-06-05 | injections(ecma): add injection for commented graphql template strings (#2987) | Jackson Ludwig | |
| 2022-06-04 | highlights(php): highlight readonly keyword | shirasaka | |
| 2022-06-04 | Update lockfile.json | GitHub | |
| 2022-06-03 | Update lockfile.json | GitHub | |
| 2022-06-02 | fix(health): update to upstream changes | Christian Clason | |
| The `health` module was moved to `vim.health` in https://github.com/neovim/neovim/pull/18720 | |||
| 2022-06-02 | Update lockfile.json | GitHub | |
| 2022-06-01 | Update lockfile.json | GitHub | |
| 2022-06-01 | feat(highlights/julia): make operators visible | Sergio Alejandro Vargas | |
| See tree-sitter/tree-sitter-julia#34 | |||
