Steven Sojka
|
ce43dbf54c
|
fix(queries): use vim-match for non lua regexes
|
2020-08-16 18:31:56 +02:00 |
|
Chinmay Dalal
|
64df3e1791
|
[java] Add label highlight
|
2020-08-16 09:58:33 +02:00 |
|
Steven Sojka
|
7806b16cc2
|
fix(java): add lambdas as a scope
|
2020-08-12 21:20:54 +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 |
|
Stephan Seitz
|
61803eb523
|
Java highlights: Add binary integer literals
|
2020-07-01 13:22:46 +02:00 |
|
Stephan Seitz
|
2b6b1e3e61
|
Java highlights: Add operators ":" "?"
|
2020-06-30 08:32:19 +02:00 |
|
Stephan Seitz
|
fa7a270da1
|
Java highlights: Add parameter highlight for single-parameter lambdas
|
2020-06-30 08:32:19 +02:00 |
|
Chinmay Dalal
|
65b3a8e6d7
|
Add method reference operator
|
2020-06-29 19:58:39 +02:00 |
|
Chinmay Dalal
|
b184f1cafb
|
Java highlights: Capture parameters in declaration (#93)
* Capture parameters in declaration
* Refactor (new syntax)
* Fix spaces
* Fix capture (java method parameters)
* Improve java parameter capture
* Fix bracket and whitespace
* Fix java query
* Fix java query
Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
* Add capture for lambda parameters, remove redundant captures, add -> operator
* Previous commit wasn't saved properly
* Fix formatting
* Changes suggested in PR
https://github.com/nvim-treesitter/nvim-treesitter/pull/93#pullrequestreview-435630553
* Add bitwise operators
* Re-add builtin operators
* remove left shift, add ^=
* Add &= and |=
* remove @variable
* Remove duplicate
Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
|
2020-06-29 10:48:13 +02:00 |
|
Chinmay Dalal
|
031e3e45c4
|
Give credits
|
2020-06-17 18:01:53 +05:30 |
|
Chinmay Dalal
|
3302dd3a5b
|
Give credits
|
2020-06-17 18:01:29 +05:30 |
|
Chinmay Dalal
|
a6c426b2bd
|
Fix types
|
2020-06-15 23:23:17 +05:30 |
|
Chinmay
|
d262d4101e
|
Add operators
|
2020-06-15 22:45:56 +05:30 |
|
Chinmay
|
042464c1c5
|
Fix method highlighting
|
2020-06-15 21:48:50 +05:30 |
|
Chinmay
|
d9639e1e5e
|
Add highlights.scm and locals.scm
|
2020-06-11 22:31:45 +05:30 |
|