summaryrefslogtreecommitdiff
path: root/queries/dart
AgeCommit message (Collapse)Author
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-07-02feat(dart): add function call expression highlightAkin Sowemimo
This is a work around since currently the upstream grammar does not support a call_expression
2021-07-01feat(dart): add function call query (commented)Akin Sowemimo
2021-07-01feat(dart): add multiplicative_operatorAkin Sowemimo
and fix conditional_assignable_selector
2021-06-06fix: assignable selector was removed/hiddenAkin Sowemimo
2021-05-19feat(dart): add late & required keywordsAkin Sowemimo
2021-05-18fix: uppercase variables being highlighted as typeAkin Sowemimo
2021-05-18feat: replace match with any-ofAkin Sowemimo
2021-05-18fix: remove duplicate type identifier queriesAkin Sowemimo
2021-05-18feat(dart): add async/sync* to highlightsAkin Sowemimo
2021-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* 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
2021-03-16Remove invalid dart queryStephan Seitz
2021-03-16Mark several invalid queriesStephan Seitz
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-08feat(dart): add indentselianiva
2021-03-04[highlights] Add TSSymbol highlight groupDennis B
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.
2020-11-15Dart: Highlight escape sequencesStephan Seitz
2020-11-15Dart: Highlight identifier_dollar_escapedStephan Seitz
2020-10-05Dart highlights: Reset highlight in interpolationStephan Seitz
2020-09-27Add extension and on keywordsAkin Sowemimo
2020-09-24Improve the highlighting for class instantiationAkin Sowemimo
So it finds _HiddenClasses as well as OtherClasses
2020-09-20Add locals.scm for dartAkin Sowemimo
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
2020-09-18Re-add attribute highlightAkin Sowemimo
2020-09-18Add case builtinAkin Sowemimo
Based on accepted PR to unhide this node Also show Function as a type correctly and use existing annotation highlight for annotations
2020-09-11ci: fix wrong queriesThomas Vigouroux
2020-08-16fix(queries): use vim-match for non lua regexesSteven Sojka
2020-08-09Re add missing commentsAkin Sowemimo
2020-08-09Change capture groups and add variable highlightsAkin Sowemimo
2020-08-09Add break and increment operators and tweak formattingAkin Sowemimo
2020-08-09Add todo comment and change this highlight groupAkin Sowemimo
2020-08-09Add new highlight queriesAkin Sowemimo
2020-07-26Dart highlights: add documentation_commentStephan Seitz
2020-07-26Dart highlighs: disable invalid nodes after parser update to fix CIStephan Seitz
2020-07-23Rename attribute to annotationAkin Sowemimo
2020-07-23Remove todo commentAkin Sowemimo
2020-07-23Add getter and setter signature highlightsAkin Sowemimo
2020-07-23Add some operators and match classes (with regex)Akin Sowemimo
2020-07-23Dart highlights: Add some basic queriesStephan Seitz