| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-10-06 | Fix php indent for short array declaration | gbprod | |
| 2022-10-02 | fix(test): update tests to Nvim 0.8 | Christian Clason | |
| 2022-09-28 | indents(wgsl): add indents.scm | Stephan Seitz | |
| 2022-09-11 | highlights(hack): use `@function.call`/`@method.call` | Stephan Seitz | |
| 2022-09-11 | highlights(ecma): use `@method.call`/`function.call` | Stephan Seitz | |
| 2022-09-10 | ci: add test for #3382 (wrong JS array indent) | Stephan Seitz | |
| 2022-08-30 | ci(indents): add known failure case for #3364 | Stephan Seitz | |
| 2022-08-15 | indents(go): no indent at all composite_literal, indent at struct_type | Stephan Seitz | |
| 2022-08-15 | indens(go): fix issue 3288 | Stephan Seitz | |
| Fixes #3288 | |||
| 2022-08-13 | fix(ruby): indent of brackets & parens | Zheng Piaodan | |
| 2022-08-13 | fix(ruby): indent parenthesized_statements | Zheng Piaodan | |
| 2022-08-08 | Enable expandtab | phynalle | |
| 2022-08-08 | Add zig tests for newline | phynalle | |
| 2022-08-05 | indents(go): improve `@branch` rules | Stephan Seitz | |
| - Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166 | |||
| 2022-08-03 | (Broken test fixed) Updated static-namespace-functins.cpp to use function.call | lfenzo | |
| 2022-07-29 | feat(ts_utils): allow starting selection after last character (#3233) | Axel Dahlberg | |
| 2022-07-22 | chore: remove executable permissions on graphql spec file (#3206) | Kiyan | |
| 2022-07-21 | fix(indents): indents for error block (css, lua) (#3207) | Kiyan | |
| 2022-07-09 | fix: add more indentations for ruby (#3139) | Eric Zheng (PiaoDan) | |
| 2022-07-08 | fix(rust): remove if_let from indent captures | kiyan | |
| fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073 | |||
| 2022-07-08 | fix(go): indent const declaration | kiyan | |
| https://github.com/nvim-treesitter/nvim-treesitter/issues/3104 | |||
| 2022-07-07 | fix(ecma): indent end for bracket (#3121) | Kiyan | |
| 2022-06-20 | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | |
| 2022-06-14 | test(indents/yaml): add tests | Phelipe Teles | |
| 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-05-15 | Don't expect any change on reindenting the whole unfinished-call.php | przepompownia | |
| 2022-05-15 | unfinished-call.php: expect 0-column indentation | przepompownia | |
| 2022-05-15 | Remove unused XFAIL | przepompownia | |
| 2022-05-15 | Change test expectation | przepompownia | |
| 2022-05-13 | Python: highlight future import (#2936) | Santos Gallegos | |
| * Python: highlight future import * Use constant.builtin | |||
| 2022-05-07 | highlights(cpp): make "::" `@punctuation.delimiter` | Stephan Seitz | |
| Fixes #2902 | |||
| 2022-05-01 | Python: highlight raise from statement | Santos Gallegos | |
| 2022-04-30 | chore!: remove ensure_installed='maintained' | Christian Clason | |
| Removes all support (and tests) for the parser category "maintained", as this is no longer a useful category. BREAKING CHANGE: replace `ensure_installed='maintained'` by an explicit list of parsers, or use `'all'` (not recommended). | |||
| 2022-04-25 | indent(hcl): fix function calls | Michael Hoffmann | |
| 2022-04-24 | indents(hcl): fix indentation queries | Michael Hoffmann | |
| This commit adds tests for hcl indentation and fixes various bugs | |||
| 2022-04-18 | test(go): add cases for newlines de-indentation | Akin Sowemimo | |
| test(go): combine new indent test cases test(go): add incorrect indent after var closing ) this case does not work correctly already so add that in since this PR does not address that case test(go): set current lines in indent test test(go): simplify test case | |||
| 2022-04-06 | fix(indent/lua): wrong for nested tables due to branch on opening pairs | Jędrzej Boczar | |
| 2022-04-04 | indents(ecma): use auto indent on (ERROR) | Stephan Seitz | |
| Fixes #2515 | |||
| 2022-04-04 | Changed quotes to appease stylua | Daniel Woznicki | |
| 2022-04-04 | Fixed incorrect Java indentation for method chaining | Daniel Woznicki | |
| 2022-04-02 | chore: update formatting for stylua update | Stephan Seitz | |
| 2022-04-01 | highlights(python): "from" in yield should be `@keyword.return` | Stephan Seitz | |
| Fixes #2712 | |||
| 2022-03-29 | r(indents): fix brace_list alignment | Pedro Castro | |
| 2022-03-19 | Combined closing.css and block.css test files into single open_block.css | Daniel Woznicki | |
| 2022-03-19 | Added fix for incorrect CSS indent after closing bracket | Daniel Woznicki | |
| Added a failing test for possible broken CSS syntax tree | |||
| 2022-03-11 | Refactor solidity highlights.scm further | YongJieYongJie | |
| - Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members | |||
| 2022-03-11 | Refactor solidity highlights.scm | YongJieYongJie | |
| - Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]') | |||
| 2022-03-11 | Add highlights query for Solidity | YongJieYongJie | |
