Stephan Seitz
6cf578084d
Remove invalid dart query
2021-03-16 18:52:43 +01:00
Stephan Seitz
6cd211f647
Mark several invalid queries
2021-03-16 18:52:43 +01:00
Santos Gallegos
e4083fc8e1
Add comment parser to highlight comment tags ( #893 )
...
Closes #236
2021-03-12 11:21:46 -05:00
elianiva
d0ea01bed9
feat(dart): add indents
2021-03-08 23:13:27 +01:00
Dennis B
aca33c0aca
[highlights] Add TSSymbol highlight group
...
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.
2021-03-04 06:19:40 +01:00
Stephan Seitz
1058c11f46
Dart: Highlight escape sequences
2020-11-15 10:27:25 +01:00
Stephan Seitz
f92978e409
Dart: Highlight identifier_dollar_escaped
2020-11-15 10:27:25 +01:00
Stephan Seitz
93f9708a3c
Dart highlights: Reset highlight in interpolation
2020-10-05 06:37:31 +02:00
Akin Sowemimo
0e37148dd1
Add extension and on keywords
2020-09-27 17:42:27 +02:00
Akin Sowemimo
98c12ec23a
Improve the highlighting for class instantiation
...
So it finds _HiddenClasses as well as OtherClasses
2020-09-24 00:00:59 +02:00
Akin Sowemimo
00e1a5555a
Add locals.scm for dart
...
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-20 22:10:21 +02:00
Akin Sowemimo
3652bed53e
Re-add attribute highlight
2020-09-18 21:30:13 +02:00
Akin Sowemimo
8cc0b8d4c4
Add case builtin
...
Based on accepted PR to unhide this node
Also show Function as a type correctly
and use existing annotation highlight for annotations
2020-09-18 21:30:13 +02:00
Thomas Vigouroux
b90e520ccd
ci: fix wrong queries
2020-09-11 12:02:35 +02:00
Steven Sojka
ce43dbf54c
fix(queries): use vim-match for non lua regexes
2020-08-16 18:31:56 +02:00
Akin Sowemimo
941e40f659
Re add missing comments
2020-08-09 19:12:26 +02:00
Akin Sowemimo
1427c43cf0
Change capture groups and add variable highlights
2020-08-09 19:12:26 +02:00
Akin Sowemimo
aaa990053a
Add break and increment operators and tweak formatting
2020-08-09 19:12:26 +02:00
Akin Sowemimo
942fe70452
Add todo comment and change this highlight group
2020-08-09 19:12:26 +02:00
Akin Sowemimo
d4fbbc05af
Add new highlight queries
2020-08-09 19:12:26 +02:00
Stephan Seitz
121c44a23b
Dart highlights: add documentation_comment
2020-07-26 17:23:46 +02:00
Stephan Seitz
8021a769ed
Dart highlighs: disable invalid nodes after parser update to fix CI
2020-07-26 17:23:46 +02:00
Akin Sowemimo
599bec3890
Rename attribute to annotation
2020-07-23 17:17:03 +02:00
Akin Sowemimo
72efa353f0
Remove todo comment
2020-07-23 17:17:03 +02:00
Akin Sowemimo
12feef7af8
Add getter and setter signature highlights
2020-07-23 17:17:03 +02:00
Akin Sowemimo
2ae63525dc
Add some operators and match classes (with regex)
2020-07-23 17:17:03 +02:00
Stephan Seitz
1611998ca9
Dart highlights: Add some basic queries
2020-07-23 09:08:22 +02:00