aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* highlights: some fixesThomas Vigouroux2020-07-162-6/+7
* Python textobjects: Include @decorators and improve @conditional.innerStephan Seitz2020-07-151-2/+10
* feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz2020-07-151-0/+9
* Add C/C++ textobjectsStephan Seitz2020-07-142-0/+53
* Add Python textobjectsStephan Seitz2020-07-141-0/+24
* Add textobjects moduleStephan Seitz2020-07-142-0/+11
* Cpp locals: Fix syntaxStephan Seitz2020-07-131-1/+1
* Add rust locals.scmStephan Seitz2020-07-133-1/+110
* C/C++ highlights: Small improvements for type definitionsStephan Seitz2020-07-132-0/+6
* highlight(c): fix booleans and typesThomas Vigouroux2020-07-092-20/+41
* Python locals: with_statement can define variablesStephan Seitz2020-07-091-0/+4
* Python highlights: Surround type subscript query with (type ...)Stephan Seitz2020-07-091-2/+3
* locals(lua): simplify argsThomas Vigouroux2020-07-081-6/+2
* highlight(lua): fix overlapping queriesThomas Vigouroux2020-07-081-15/+21
* Introduce @definition.import for Python/JavascriptStephan Seitz2020-07-082-1/+9
* Highlight complete type definitionStephan Seitz2020-07-081-0/+2
* Python locals/highlights: Parameters can be optionally typedStephan Seitz2020-07-082-14/+21
* Add Rust queries (#57)Thomas Vigouroux2020-07-081-0/+167
* C/C++ highlights: update to new syntaxStephan Seitz2020-07-054-87/+99
* C++ locals: Add reference_declarator (analogous to pointer_declarator for C l...Stephan Seitz2020-07-041-0/+2
* feat(javascript): add import specifier as definitionSteven Sojka2020-07-011-0/+3
* locals(lua): capture function definition paramsThomas Vigouroux2020-07-011-0/+2