summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-06-19Update the readmeBrian Albert Monroe
2022-06-19Add rnoweb to the parsers.lua fileBrian Albert Monroe
2022-06-19Add rnoweb queriesBrian Albert Monroe
2022-06-19Update lockfile.jsonGitHub
2022-06-19Update READMEGithub Actions
2022-06-19docs(swift): list alex-pinkus as maintainerChristian Clason
2022-06-19Update lockfile.jsonGitHub
2022-06-19feat(swift): update parser and queries to 0.3.0 (#3035)Christian Clason
also port upstream query changes
2022-06-18Update lockfile.jsonGitHub
2022-06-17Update lockfile.jsonGitHub
2022-06-16Update lockfile.jsonGitHub
2022-06-14Update lockfile.jsonGitHub
2022-06-14Update READMEGithub Actions
2022-06-14test(indents/yaml): add testsPhelipe Teles
2022-06-14fix(indents/yaml): only indent mapping pair if value is a blockPhelipe 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-14fix(indents/yaml): improve error handlingPhelipe 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-14fix(indents/yaml): indent sequence/list itemsPhelipe 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-14fix: keep cls variable highlighting consistent in class methodsRyan Barth
2022-06-14fix(tiger): remove duplicate keywordsBruno BELANYI
2022-06-14fix(tiger): add 'ft' modeline in highlight corpusBruno BELANYI
2022-06-14fix(tiger): adjust invalid queriesBruno BELANYI
2022-06-14test(tiger): import upstream testsBruno BELANYI
2022-06-14feat(tiger): initial supportBruno BELANYI
2022-06-14Update lockfile.jsonGitHub
2022-06-13Update lockfile.jsonGitHub
2022-06-12Update lockfile.jsonGitHub
2022-06-12Update lockfile.jsonGitHub
2022-06-12chore: delete language-request.md (#3013)Christian Clason
We have a dedicated tracking issue for this now.
2022-06-12Update lockfile.jsonGitHub
2022-06-11Update lockfile.jsonGitHub
2022-06-10Update lockfile.jsonGitHub
2022-06-09Update lockfile.jsonGitHub
2022-06-09Update lockfile.jsonGitHub
2022-06-08Update lockfile.jsonGitHub
2022-06-07Update lockfile.jsonGitHub
2022-06-07Update lockfile.jsonGitHub
2022-06-07vim: add basic folding for if statements and functions (#2994)Seth Barberee
2022-06-06Update lockfile.jsonGitHub
2022-06-06update scala revisionStuart Mashaal
2022-06-05Update lockfile.jsonGitHub
2022-06-05make ft_to_lang work for csharp (#2989)Alexej Kowalew
2022-06-05Update lockfile.jsonGitHub
2022-06-05injections(ecma): add injection for commented graphql template strings (#2987)Jackson Ludwig
2022-06-04highlights(php): highlight readonly keywordshirasaka
2022-06-04Update lockfile.jsonGitHub
2022-06-03Update lockfile.jsonGitHub
2022-06-02fix(health): update to upstream changesChristian Clason
The `health` module was moved to `vim.health` in https://github.com/neovim/neovim/pull/18720
2022-06-02Update lockfile.jsonGitHub
2022-06-01Update lockfile.jsonGitHub
2022-06-01feat(highlights/julia): make operators visibleSergio Alejandro Vargas
See tree-sitter/tree-sitter-julia#34