aboutsummaryrefslogtreecommitdiffstats
path: root/queries/dart
Commit message (Expand)AuthorAgeFilesLines
* fix(dart): try statement wouldn't indent (#4623)Robert Brunhage2023-04-101-0/+1
* use indent.X syntax for captures and properties of set directivesGeorge Harker2023-03-241-5/+5
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-2/+2
* feat!: add `@keyword.coroutine` captureAmaan Qureshi2023-03-031-5/+8
* feat(dart): add foldsAmaan Qureshi2023-02-241-0/+15
* fix(dart): add `@indent_end` to } (#4167)SzeLamC2023-02-241-0/+4
* docs: fix typosdundargoc2023-02-231-1/+1
* highlights(dart): use more specific groupsObserverOfTime2022-11-261-14/+24
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-4/+1
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-2/+8
* feat(dart): add function call expression highlightAkin Sowemimo2021-07-021-0/+6
* feat(dart): add function call query (commented)Akin Sowemimo2021-07-011-0/+1
* feat(dart): add multiplicative_operatorAkin Sowemimo2021-07-011-0/+4
* fix: assignable selector was removed/hiddenAkin Sowemimo2021-06-061-2/+0
* feat(dart): add late & required keywordsAkin Sowemimo2021-05-191-0/+2
* fix: uppercase variables being highlighted as typeAkin Sowemimo2021-05-181-8/+11
* feat: replace match with any-ofAkin Sowemimo2021-05-181-1/+21
* fix: remove duplicate type identifier queriesAkin Sowemimo2021-05-181-4/+0
* feat(dart): add async/sync* to highlightsAkin Sowemimo2021-05-181-1/+4
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
* Remove invalid dart queryStephan Seitz2021-03-161-2/+3
* Mark several invalid queriesStephan Seitz2021-03-161-2/+3
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+1
* feat(dart): add indentselianiva2021-03-081-0/+27
* [highlights] Add TSSymbol highlight groupDennis B2021-03-041-1/+1
* Dart: Highlight escape sequencesStephan Seitz2020-11-151-0/+2
* Dart: Highlight identifier_dollar_escapedStephan Seitz2020-11-151-0/+5
* Dart highlights: Reset highlight in interpolationStephan Seitz2020-10-051-1/+1
* Add extension and on keywordsAkin Sowemimo2020-09-271-0/+2
* Improve the highlighting for class instantiationAkin Sowemimo2020-09-241-15/+15
* Add locals.scm for dartAkin Sowemimo2020-09-201-0/+8
* Re-add attribute highlightAkin Sowemimo2020-09-181-2/+2
* Add case builtinAkin Sowemimo2020-09-181-6/+6
* ci: fix wrong queriesThomas Vigouroux2020-09-111-4/+4
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-161-1/+1
* Re add missing commentsAkin Sowemimo2020-08-091-3/+7
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-091-15/+18
* Add break and increment operators and tweak formattingAkin Sowemimo2020-08-091-4/+10
* Add todo comment and change this highlight groupAkin Sowemimo2020-08-091-6/+7
* Add new highlight queriesAkin Sowemimo2020-08-091-44/+97
* Dart highlights: add documentation_commentStephan Seitz2020-07-261-0/+1
* Dart highlighs: disable invalid nodes after parser update to fix CIStephan Seitz2020-07-261-5/+6
* Rename attribute to annotationAkin Sowemimo2020-07-231-2/+2
* Remove todo commentAkin Sowemimo2020-07-231-1/+0
* Add getter and setter signature highlightsAkin Sowemimo2020-07-231-2/+7
* Add some operators and match classes (with regex)Akin Sowemimo2020-07-231-6/+41
* Dart highlights: Add some basic queriesStephan Seitz2020-07-231-0/+104