Steven Sojka
|
e5434fc21e
|
fix(locals): add shorthand identifiers as references and definitions
|
2020-08-14 14:22:05 +02:00 |
|
Stephan Seitz
|
187dc8e3f5
|
Python highlights: Highlight ->, ...
|
2020-08-14 13:53:00 +02:00 |
|
Stephan Seitz
|
c41b6e9197
|
Fix #286: Highlight C++ raw_string_literal
|
2020-08-13 09:48:07 +02:00 |
|
Steven Sojka
|
7806b16cc2
|
fix(java): add lambdas as a scope
|
2020-08-12 21:20:54 +02:00 |
|
Santos Gallegos
|
8f3b601bcc
|
RST: update textobjects
|
2020-08-11 20:21:03 +02:00 |
|
Stephan Seitz
|
1c366a3a1c
|
Lua highlights: add operator "=" and punctuation
|
2020-08-11 14:11:24 +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 |
|
Santos Gallegos
|
429036317a
|
Lua: highlight function name
|
2020-08-09 18:38:00 +02:00 |
|
Thomas Vigouroux
|
6133257ed6
|
highlights(rust): fix some type highlights.
|
2020-08-07 15:03:20 +02:00 |
|
Thomas Vigouroux
|
94a5056269
|
highlights(rust): add async/await keywords
|
2020-08-07 15:03:20 +02:00 |
|
Santos Gallegos
|
81d444c498
|
RST: update queries
|
2020-08-07 10:51:00 +02:00 |
|
Shirasaka
|
dccc250add
|
PHP: Update locals query
|
2020-08-05 21:28:50 +02:00 |
|
Santos Gallegos
|
124ff3bf56
|
Python: update textobjects queries
|
2020-08-04 10:09:11 +02:00 |
|
Santos Gallegos
|
32c19ec1e8
|
Lua: fix @error capture
|
2020-08-04 08:07:49 +02:00 |
|
Shirasaka
|
f372e2ab87
|
Add PHP, TOML, and update HTML, javascript queries
- PHP : Add highlights and locals query
- TOML : Add highlights and locals query
- HTML : Add scope
- javascript : Add some scopes
|
2020-08-04 08:05:51 +02:00 |
|
Stephan Seitz
|
a0abaf936c
|
Lua locals: Make property_identifier a reference
|
2020-08-03 08:06:40 +02:00 |
|
Santos Gallegos
|
5c5f4c5d54
|
RST: update locals
|
2020-08-01 19:18:54 +02:00 |
|
Santos Gallegos
|
8cacd5aaac
|
RST: update highlights
|
2020-08-01 14:33:36 +02:00 |
|
Santos Gallegos
|
b1da6ad8b3
|
rst: update highlight queries
|
2020-07-29 10:04:46 +02:00 |
|
Steven Sojka
|
bd1d1adb35
|
rename query parser to query from scheme
|
2020-07-28 18:30:24 +02:00 |
|
Steven Sojka
|
aaa24cc47a
|
feat(parsers): add scheme parser
|
2020-07-28 08:28:36 -05:00 |
|
Santos Gallegos
|
b8e3a2dc65
|
Lua: update some queries
- Basic textobjects
- Highlighting punctuation symbols
|
2020-07-28 09:54:40 +02:00 |
|
Stephan Seitz
|
1301884e97
|
C++: locals template_declaration must define their own scope in which the template arguments are valid
|
2020-07-27 15:20:04 +02:00 |
|
Stephan Seitz
|
1d178d75ea
|
C/C++ locals: Make field_identifier a reference
|
2020-07-27 14:57:14 +02:00 |
|
Stephan Seitz
|
4f4c4ff6ef
|
Java locals: use has-ancestor? to match imports
|
2020-07-27 11:08:13 +02:00 |
|
Stephan Seitz
|
4a77ac78d0
|
Java highlights/locals: Add catch_formal_parameter
|
2020-07-27 11:08:13 +02:00 |
|
Stephan Seitz
|
35837b069b
|
Java highlights: Add highlight for this
|
2020-07-27 11:08:13 +02:00 |
|
Chinmay Dalal
|
656a5c4064
|
Add Java locals
Co-authored: @PitcherTear22
|
2020-07-27 11:08:13 +02:00 |
|
Santos Gallegos
|
6f01384cb2
|
Parsers: add reStructuredText
|
2020-07-27 09:16: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 |
|
Stephan Seitz
|
5b8c110ea4
|
Go locals: Make func_literal (lambda) a @scope
|
2020-07-26 10:16:24 +02:00 |
|
Stephan Seitz
|
17f99676e1
|
Go locals: use reference.kind for calls
|
2020-07-26 10:16:24 +02:00 |
|
Stephan Seitz
|
b7a4c97feb
|
Go locals: range_clause can define variables
```go
for _, num := range numbers {
fmt.Print(num, " ")
}
```
|
2020-07-24 10:07: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 |
|
Steven Sojka
|
e821349661
|
add js textobject queries
|
2020-07-22 23:41:57 +02:00 |
|
Stephan Seitz
|
5d696053e5
|
Fix #198: prefer method highlighting over attribute
|
2020-07-22 17:30:48 +02:00 |
|
Stephan Seitz
|
b893592398
|
Python highlights: add lambda parameters
|
2020-07-22 17:30:48 +02:00 |
|
Steven Sojka
|
39f3abdf7b
|
Merge pull request #209 from steelsojka/master
add rest_parameters as definition in javascript
|
2020-07-22 08:40:45 -05:00 |
|
Steven Sojka
|
6157981113
|
add rest_parameters as definition in javascript
|
2020-07-22 07:04:06 -05:00 |
|
winwisely268
|
954b8c718f
|
fixes golang method highlights (overwritten by parameter in the ordering)
|
2020-07-22 11:28:57 +02:00 |
|
Steve Vermeulen
|
23a16ab605
|
Added some more fixes to c# highlighting
|
2020-07-20 23:19:18 +02:00 |
|