aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* Lua: fix @error captureSantos Gallegos2020-08-041-1/+1
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-046-0/+231
* Lua locals: Make property_identifier a referenceStephan Seitz2020-08-031-0/+2
* RST: update localsSantos Gallegos2020-08-011-0/+7
* RST: update highlightsSantos Gallegos2020-08-011-10/+39
* rst: update highlight queriesSantos Gallegos2020-07-291-0/+8
* rename query parser to query from schemeSteven Sojka2020-07-283-1/+13
* feat(parsers): add scheme parserSteven Sojka2020-07-282-0/+9
* Lua: update some queriesSantos Gallegos2020-07-282-0/+12
* C++: locals template_declaration must define their own scope in which the tem...Stephan Seitz2020-07-271-1/+2
* C/C++ locals: Make `field_identifier` a referenceStephan Seitz2020-07-271-0/+2
* Java locals: use has-ancestor? to match importsStephan Seitz2020-07-271-9/+3
* Java highlights/locals: Add catch_formal_parameterStephan Seitz2020-07-272-0/+4
* Java highlights: Add highlight for thisStephan Seitz2020-07-272-3/+10
* Add Java localsChinmay Dalal2020-07-271-6/+65
* Parsers: add reStructuredTextSantos Gallegos2020-07-273-0/+114
* Dart highlights: add documentation_commentStephan Seitz2020-07-261-0/+1
* Dart highlighs: disable invalid nodes after parser update to fix CIStephan Seitz2020-07-261-5/+6
* Go locals: Make func_literal (lambda) a @scopeStephan Seitz2020-07-261-1/+3
* Go locals: use reference.kind for callsStephan Seitz2020-07-261-10/+18
* Go locals: range_clause can define variablesStephan Seitz2020-07-241-0/+5
* Rename attribute to annotationAkin Sowemimo2020-07-231-2/+2
* Remove todo commentAkin Sowemimo2020-07-231-1/+0
* Add getter and setter signature highlightsAkin Sowemimo2020-07-231-2/+7
* Add some operators and match classes (with regex)Akin Sowemimo2020-07-231-6/+41
* Dart highlights: Add some basic queriesStephan Seitz2020-07-231-0/+104
* add js textobject queriesSteven Sojka2020-07-221-0/+36
* Fix #198: prefer method highlighting over attributeStephan Seitz2020-07-221-4/+4
* Python highlights: add lambda parametersStephan Seitz2020-07-221-0/+6
* Merge pull request #209 from steelsojka/masterSteven Sojka2020-07-222-6/+14
|\
| * add rest_parameters as definition in javascriptSteven Sojka2020-07-222-6/+14
* | fixes golang method highlights (overwritten by parameter in the ordering)winwisely2682020-07-221-15/+15
|/
* Added some more fixes to c# highlightingSteve Vermeulen2020-07-201-0/+12
* Few more minor fixes to c# highlighting to cover other cases of types being usedSteve Vermeulen2020-07-201-10/+9
* Fixed to use @float instead of just @numberSteve Vermeulen2020-07-201-4/+2
* Commenting out the attempt to highlight method calls for nowSteve Vermeulen2020-07-201-5/+7
* C# highlighting - Fixed to highlight method calls, and changed break to be co...Steve Vermeulen2020-07-201-1/+8
* Added more highlight groups to C# fileSteve Vermeulen2020-07-201-2/+69
* Added first attempt at highlighting and text objects for csharpSteve Vermeulen2020-07-202-0/+136
* C highlights: Add operator "%"Stephan Seitz2020-07-201-0/+2
* C++ locals: add variadic as @definition.varStephan Seitz2020-07-201-0/+3
* C++ highlights: Add decltype keywordStephan Seitz2020-07-201-0/+1
* C++ highlights: Highlight variadic parametersStephan Seitz2020-07-201-0/+4
* Python highlights: highlight functions with self as methods (#198)Stephan Seitz2020-07-201-0/+13
* Attach kind of reference to query result instead of using subfieldsStephan Seitz2020-07-203-4/+12
* bash: add locals.scm for use with definition highlightingTravonteD2020-07-191-0/+13
* go loop and func literal, rust textobject supportwinwisely2682020-07-172-2/+88
* fix(highlights): add array stringsSteven Sojka2020-07-171-0/+1
* fix: fix references and definitionsTravonteD2020-07-161-5/+17
* added textobject support for golangwinwisely2682020-07-161-0/+37