| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | indents(ecma): Fix switch default indent | Raymond Ha | 2022-12-07 | 1 | -0/+8 |
| | | |||||
| * | highlights: create subscoping for ternary operator | Stephan Seitz | 2022-12-02 | 1 | -2/+2 |
| | | | | | | | | | | | After https://github.com/nvim-treesitter/nvim-treesitter/issues/470, we decided to use `@conditional` for ternary operator instead of operator despite `@conditional` is documented for keywords only. A sub-scoping can make it easier for people to highlight this operator group differently. Also unify the usage of `@conditional...` across languages. | ||||
| * | test(highlights/cpp): add new test for auto as type.builtin. | Aaron Rancsik | 2022-12-01 | 1 | -0/+1 |
| | | |||||
| * | test(highlights/cpp): type -> type.builtin for primitive types. | Aaron Rancsik | 2022-12-01 | 1 | -2/+2 |
| | | |||||
| * | indents(r): support special operator | Pedro Castro | 2022-11-29 | 2 | -0/+4 |
| | | | | | Close #3879 | ||||
| * | highlights(hack): fix captures | ObserverOfTime | 2022-11-26 | 2 | -5/+5 |
| | | |||||
| * | highlights(solidity): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -3/+3 |
| | | |||||
| * | highlights(tiger): fix captures | ObserverOfTime | 2022-11-26 | 3 | -4/+4 |
| | | |||||
| * | highlights(gleam): use more specific groups | ObserverOfTime | 2022-11-26 | 2 | -9/+9 |
| | | |||||
| * | highlights(cpp): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -1/+1 |
| | | |||||
| * | highlights(gitattributes): fix captures | ObserverOfTime | 2022-11-26 | 1 | -3/+3 |
| | | |||||
| * | highlights(typescript): Fix as highlight | Raymond Ha | 2022-11-25 | 1 | -0/+8 |
| | | |||||
| * | highlights(ecma): add pair_pattern punctuation.delimiter | Munif Tanjim | 2022-10-17 | 1 | -0/+7 |
| | | |||||
| * | feat!: remove obsolete `TS*` highlight groups | Christian Clason | 2022-10-16 | 4 | -26/+24 |
| | | |||||
| * | test(gitattributes): add tests for highlights | ObserverOfTime | 2022-10-15 | 1 | -0/+37 |
| | | |||||
| * | highlights(rust): distinguish between "for" in loops and impl_item | Stephan Seitz | 2022-10-15 | 1 | -0/+15 |
| | | | | | Fixes #3641 | ||||
| * | fix(php): add indent for enums | gbprod | 2022-10-10 | 2 | -0/+5 |
| | | |||||
| * | Fix php indent for short array declaration | gbprod | 2022-10-06 | 2 | -0/+6 |
| | | |||||
| * | fix(test): update tests to Nvim 0.8 | Christian Clason | 2022-10-02 | 1 | -3/+3 |
| | | |||||
| * | indents(wgsl): add indents.scm | Stephan Seitz | 2022-09-28 | 2 | -0/+62 |
| | | |||||
| * | highlights(hack): use `@function.call`/`@method.call` | Stephan Seitz | 2022-09-11 | 1 | -1/+1 |
| | | |||||
| * | highlights(ecma): use `@method.call`/`function.call` | Stephan Seitz | 2022-09-11 | 1 | -2/+2 |
| | | |||||
| * | ci: add test for #3382 (wrong JS array indent) | Stephan Seitz | 2022-09-10 | 2 | -0/+6 |
| | | |||||
| * | ci(indents): add known failure case for #3364 | Stephan Seitz | 2022-08-30 | 2 | -1/+8 |
| | | |||||
| * | indents(go): no indent at all composite_literal, indent at struct_type | Stephan Seitz | 2022-08-15 | 1 | -2/+10 |
| | | |||||
| * | indens(go): fix issue 3288 | Stephan Seitz | 2022-08-15 | 1 | -0/+14 |
| | | | | | Fixes #3288 | ||||
| * | fix(ruby): indent of brackets & parens | Zheng Piaodan | 2022-08-13 | 3 | -0/+16 |
| | | |||||
| * | fix(ruby): indent parenthesized_statements | Zheng Piaodan | 2022-08-13 | 2 | -0/+3 |
| | | |||||
| * | Enable expandtab | phynalle | 2022-08-08 | 1 | -1/+1 |
| | | |||||
| * | Add zig tests for newline | phynalle | 2022-08-08 | 2 | -0/+32 |
| | | |||||
| * | indents(go): improve `@branch` rules | Stephan Seitz | 2022-08-05 | 2 | -0/+33 |
| | | | | | | | | | - Don't branch at `case` - Let `import_spec_list`/`var_declaration` behave like `const_declaration` Fixes #2166 | ||||
| * | (Broken test fixed) Updated static-namespace-functins.cpp to use function.call | lfenzo | 2022-08-03 | 1 | -3/+3 |
| | | |||||
| * | feat(ts_utils): allow starting selection after last character (#3233) | Axel Dahlberg | 2022-07-29 | 1 | -0/+67 |
| | | |||||
| * | chore: remove executable permissions on graphql spec file (#3206) | Kiyan | 2022-07-22 | 1 | -0/+0 |
| | | |||||
| * | fix(indents): indents for error block (css, lua) (#3207) | Kiyan | 2022-07-21 | 4 | -7/+10 |
| | | |||||
| * | fix: add more indentations for ruby (#3139) | Eric Zheng (PiaoDan) | 2022-07-09 | 3 | -0/+17 |
| | | |||||
| * | fix(rust): remove if_let from indent captures | kiyan | 2022-07-08 | 2 | -0/+10 |
| | | | | | fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/3073 | ||||
| * | fix(go): indent const declaration | kiyan | 2022-07-08 | 2 | -4/+10 |
| | | | | | https://github.com/nvim-treesitter/nvim-treesitter/issues/3104 | ||||
| * | fix(ecma): indent end for bracket (#3121) | Kiyan | 2022-07-07 | 2 | -0/+4 |
| | | |||||
| * | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | 2022-06-20 | 1 | -2/+2 |
| | | |||||
| * | test(indents/yaml): add tests | Phelipe Teles | 2022-06-14 | 3 | -0/+24 |
| | | |||||
| * | fix(tiger): add 'ft' modeline in highlight corpus | Bruno BELANYI | 2022-06-14 | 10 | -0/+10 |
| | | |||||
| * | fix(tiger): adjust invalid queries | Bruno BELANYI | 2022-06-14 | 6 | -16/+16 |
| | | |||||
| * | test(tiger): import upstream tests | Bruno BELANYI | 2022-06-14 | 16 | -0/+454 |
| | | |||||
| * | Don't expect any change on reindenting the whole unfinished-call.php | przepompownia | 2022-05-15 | 1 | -3/+1 |
| | | |||||
| * | unfinished-call.php: expect 0-column indentation | przepompownia | 2022-05-15 | 1 | -1/+1 |
| | | |||||
| * | Remove unused XFAIL | przepompownia | 2022-05-15 | 1 | -1/+0 |
| | | |||||
| * | Change test expectation | przepompownia | 2022-05-15 | 1 | -1/+1 |
| | | |||||
| * | Python: highlight future import (#2936) | Santos Gallegos | 2022-05-13 | 1 | -0/+4 |
| | | | | | | * Python: highlight future import * Use constant.builtin | ||||
| * | highlights(cpp): make "::" `@punctuation.delimiter` | Stephan Seitz | 2022-05-07 | 1 | -0/+1 |
| | | | | | Fixes #2902 | ||||
