nvim-treesitter/queries
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
..
bash add highlight queries for bash 2020-06-23 16:15:19 +02:00
c C highlights: Add highlight for #elif 2020-06-28 12:15:09 +02:00
cpp Fix cpp-highlights: wrong capture name used in regex 2020-06-26 19:37:12 +02:00
css refactor: use newly introduced consolidated syntax 2020-06-20 09:03:39 -04:00
go Add call references for Go 2020-06-07 12:39:58 +02:00
html refactor: use newly introduced consolidated syntax 2020-06-20 09:03:39 -04:00
java Java highlights: Capture parameters in declaration (#93) 2020-06-29 10:48:13 +02:00
javascript fix(javascript): set booleans to boolean highlights 2020-06-15 15:11:07 -05:00
json feat(lang): add json highlights 2020-06-15 15:24:05 -05:00
lua fix(lua): update queries 2020-05-07 14:03:29 +02:00
python Python highlights: Reset highlighting in f-string interpolation 2020-06-26 13:52:59 +02:00
regex Add tree-sitter-regex 2020-06-14 13:09:38 +02:00
ruby Fix the ":" in symbols when used in pairs 2020-06-23 09:28:32 +02:00
typescript chore(queries): use inherited queries for ts/js 2020-06-15 08:53:49 -05:00