| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(dart): try statement wouldn't indent (#4623) | Robert Brunhage | 2023-04-10 | 1 | -0/+1 |
| | | |||||
| * | use indent.X syntax for captures and properties of set directives | George Harker | 2023-03-24 | 1 | -5/+5 |
| | | | | | | | | | update CONTRIBUTING.md adjust indents for bass fix doc capture comment | ||||
| * | feat: add `@comment.documentation` where applicable | Amaan Qureshi | 2023-03-05 | 1 | -2/+2 |
| | | |||||
| * | feat!: add `@keyword.coroutine` capture | Amaan Qureshi | 2023-03-03 | 1 | -5/+8 |
| | | |||||
| * | feat(dart): add folds | Amaan Qureshi | 2023-02-24 | 1 | -0/+15 |
| | | |||||
| * | fix(dart): add `@indent_end` to } (#4167) | SzeLamC | 2023-02-24 | 1 | -0/+4 |
| | | | | | | * fix dart indentation after } * add some simple test case | ||||
| * | docs: fix typos | dundargoc | 2023-02-23 | 1 | -1/+1 |
| | | |||||
| * | highlights(dart): use more specific groups | ObserverOfTime | 2022-11-26 | 1 | -14/+24 |
| | | |||||
| * | feat(keywords) merge return and yield into keyword.return group | antonk52 | 2021-07-04 | 1 | -4/+1 |
| | | |||||
| * | feat(keywords) add keyword.return & keyword.yield | antonk52 | 2021-07-04 | 1 | -2/+8 |
| | | |||||
| * | feat(dart): add function call expression highlight | Akin Sowemimo | 2021-07-02 | 1 | -0/+6 |
| | | | | | | This is a work around since currently the upstream grammar does not support a call_expression | ||||
| * | feat(dart): add function call query (commented) | Akin Sowemimo | 2021-07-01 | 1 | -0/+1 |
| | | |||||
| * | feat(dart): add multiplicative_operator | Akin Sowemimo | 2021-07-01 | 1 | -0/+4 |
| | | | | | and fix conditional_assignable_selector | ||||
| * | fix: assignable selector was removed/hidden | Akin Sowemimo | 2021-06-06 | 1 | -2/+0 |
| | | |||||
| * | feat(dart): add late & required keywords | Akin Sowemimo | 2021-05-19 | 1 | -0/+2 |
| | | |||||
| * | fix: uppercase variables being highlighted as type | Akin Sowemimo | 2021-05-18 | 1 | -8/+11 |
| | | |||||
| * | feat: replace match with any-of | Akin Sowemimo | 2021-05-18 | 1 | -1/+21 |
| | | |||||
| * | fix: remove duplicate type identifier queries | Akin Sowemimo | 2021-05-18 | 1 | -4/+0 |
| | | |||||
| * | feat(dart): add async/sync* to highlights | Akin Sowemimo | 2021-05-18 | 1 | -1/+4 |
| | | |||||
| * | Revert "Comment: use `@combined` to create just one tree per buffer (#1252)" | Santos Gallegos | 2021-05-07 | 1 | -1/+1 |
| | | | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b. | ||||
| * | Comment: use `@combined` to create just one tree per buffer (#1252) | Santos Gallegos | 2021-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | * Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc | ||||
| * | Remove invalid dart query | Stephan Seitz | 2021-03-16 | 1 | -2/+3 |
| | | |||||
| * | Mark several invalid queries | Stephan Seitz | 2021-03-16 | 1 | -2/+3 |
| | | |||||
| * | Add comment parser to highlight comment tags (#893) | Santos Gallegos | 2021-03-12 | 1 | -0/+1 |
| | | | | Closes #236 | ||||
| * | feat(dart): add indents | elianiva | 2021-03-08 | 1 | -0/+27 |
| | | |||||
| * | [highlights] Add TSSymbol highlight group | Dennis B | 2021-03-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart. | ||||
| * | Dart: Highlight escape sequences | Stephan Seitz | 2020-11-15 | 1 | -0/+2 |
| | | |||||
| * | Dart: Highlight identifier_dollar_escaped | Stephan Seitz | 2020-11-15 | 1 | -0/+5 |
| | | |||||
| * | Dart highlights: Reset highlight in interpolation | Stephan Seitz | 2020-10-05 | 1 | -1/+1 |
| | | |||||
| * | Add extension and on keywords | Akin Sowemimo | 2020-09-27 | 1 | -0/+2 |
| | | |||||
| * | Improve the highlighting for class instantiation | Akin Sowemimo | 2020-09-24 | 1 | -15/+15 |
| | | | | | So it finds _HiddenClasses as well as OtherClasses | ||||
| * | Add locals.scm for dart | Akin Sowemimo | 2020-09-20 | 1 | -0/+8 |
| | | | | | | | This is an initial stab at this since I don't know much about how this should work but this seems to at leas allow incremental selection of most block of code | ||||
| * | Re-add attribute highlight | Akin Sowemimo | 2020-09-18 | 1 | -2/+2 |
| | | |||||
| * | Add case builtin | Akin Sowemimo | 2020-09-18 | 1 | -6/+6 |
| | | | | | | | Based on accepted PR to unhide this node Also show Function as a type correctly and use existing annotation highlight for annotations | ||||
| * | ci: fix wrong queries | Thomas Vigouroux | 2020-09-11 | 1 | -4/+4 |
| | | |||||
| * | fix(queries): use vim-match for non lua regexes | Steven Sojka | 2020-08-16 | 1 | -1/+1 |
| | | |||||
| * | Re add missing comments | Akin Sowemimo | 2020-08-09 | 1 | -3/+7 |
| | | |||||
| * | Change capture groups and add variable highlights | Akin Sowemimo | 2020-08-09 | 1 | -15/+18 |
| | | |||||
| * | Add break and increment operators and tweak formatting | Akin Sowemimo | 2020-08-09 | 1 | -4/+10 |
| | | |||||
| * | Add todo comment and change this highlight group | Akin Sowemimo | 2020-08-09 | 1 | -6/+7 |
| | | |||||
| * | Add new highlight queries | Akin Sowemimo | 2020-08-09 | 1 | -44/+97 |
| | | |||||
| * | Dart highlights: add documentation_comment | Stephan Seitz | 2020-07-26 | 1 | -0/+1 |
| | | |||||
| * | Dart highlighs: disable invalid nodes after parser update to fix CI | Stephan Seitz | 2020-07-26 | 1 | -5/+6 |
| | | |||||
| * | Rename attribute to annotation | Akin Sowemimo | 2020-07-23 | 1 | -2/+2 |
| | | |||||
| * | Remove todo comment | Akin Sowemimo | 2020-07-23 | 1 | -1/+0 |
| | | |||||
| * | Add getter and setter signature highlights | Akin Sowemimo | 2020-07-23 | 1 | -2/+7 |
| | | |||||
| * | Add some operators and match classes (with regex) | Akin Sowemimo | 2020-07-23 | 1 | -6/+41 |
| | | |||||
| * | Dart highlights: Add some basic queries | Stephan Seitz | 2020-07-23 | 1 | -0/+104 |
