index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
dart
Age
Commit message (
Expand
)
Author
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-07-02
feat(dart): add function call expression highlight
Akin Sowemimo
2021-07-01
feat(dart): add function call query (commented)
Akin Sowemimo
2021-07-01
feat(dart): add multiplicative_operator
Akin Sowemimo
2021-06-06
fix: assignable selector was removed/hidden
Akin Sowemimo
2021-05-19
feat(dart): add late & required keywords
Akin Sowemimo
2021-05-18
fix: uppercase variables being highlighted as type
Akin Sowemimo
2021-05-18
feat: replace match with any-of
Akin Sowemimo
2021-05-18
fix: remove duplicate type identifier queries
Akin Sowemimo
2021-05-18
feat(dart): add async/sync* to highlights
Akin Sowemimo
2021-05-07
Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"
Santos Gallegos
2021-04-28
Comment: use `@combined` to create just one tree per buffer (#1252)
Santos Gallegos
2021-03-16
Remove invalid dart query
Stephan Seitz
2021-03-16
Mark several invalid queries
Stephan Seitz
2021-03-12
Add comment parser to highlight comment tags (#893)
Santos Gallegos
2021-03-08
feat(dart): add indents
elianiva
2021-03-04
[highlights] Add TSSymbol highlight group
Dennis B
2020-11-15
Dart: Highlight escape sequences
Stephan Seitz
2020-11-15
Dart: Highlight identifier_dollar_escaped
Stephan Seitz
2020-10-05
Dart highlights: Reset highlight in interpolation
Stephan Seitz
2020-09-27
Add extension and on keywords
Akin Sowemimo
2020-09-24
Improve the highlighting for class instantiation
Akin Sowemimo
2020-09-20
Add locals.scm for dart
Akin Sowemimo
2020-09-18
Re-add attribute highlight
Akin Sowemimo
2020-09-18
Add case builtin
Akin Sowemimo
2020-09-11
ci: fix wrong queries
Thomas Vigouroux
2020-08-16
fix(queries): use vim-match for non lua regexes
Steven Sojka
2020-08-09
Re add missing comments
Akin Sowemimo
2020-08-09
Change capture groups and add variable highlights
Akin Sowemimo
2020-08-09
Add break and increment operators and tweak formatting
Akin Sowemimo
2020-08-09
Add todo comment and change this highlight group
Akin Sowemimo
2020-08-09
Add new highlight queries
Akin Sowemimo
2020-07-26
Dart highlights: add documentation_comment
Stephan Seitz
2020-07-26
Dart highlighs: disable invalid nodes after parser update to fix CI
Stephan Seitz
2020-07-23
Rename attribute to annotation
Akin Sowemimo
2020-07-23
Remove todo comment
Akin Sowemimo
2020-07-23
Add getter and setter signature highlights
Akin Sowemimo
2020-07-23
Add some operators and match classes (with regex)
Akin Sowemimo
2020-07-23
Dart highlights: Add some basic queries
Stephan Seitz