summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
2020-07-26Dart highlights: add documentation_commentStephan Seitz
2020-07-26Dart highlighs: disable invalid nodes after parser update to fix CIStephan Seitz
2020-07-26Go locals: Make func_literal (lambda) a @scopeStephan Seitz
2020-07-26Go locals: use reference.kind for callsStephan Seitz
2020-07-24Go locals: range_clause can define variablesStephan Seitz
2020-07-23Rename attribute to annotationAkin Sowemimo
2020-07-23Remove todo commentAkin Sowemimo
2020-07-23Add getter and setter signature highlightsAkin Sowemimo
2020-07-23Add some operators and match classes (with regex)Akin Sowemimo
2020-07-23Dart highlights: Add some basic queriesStephan Seitz
2020-07-22add js textobject queriesSteven Sojka
2020-07-22Fix #198: prefer method highlighting over attributeStephan Seitz
2020-07-22Python highlights: add lambda parametersStephan Seitz
2020-07-22Merge pull request #209 from steelsojka/masterSteven Sojka
2020-07-22add rest_parameters as definition in javascriptSteven Sojka
2020-07-22fixes golang method highlights (overwritten by parameter in the ordering)winwisely268
2020-07-20Added some more fixes to c# highlightingSteve Vermeulen
2020-07-20Few more minor fixes to c# highlighting to cover other cases of types being usedSteve Vermeulen
2020-07-20Fixed to use @float instead of just @numberSteve Vermeulen
2020-07-20Commenting out the attempt to highlight method calls for nowSteve Vermeulen
2020-07-20C# highlighting - Fixed to highlight method calls, and changed break to be co...Steve Vermeulen
2020-07-20Added more highlight groups to C# fileSteve Vermeulen
2020-07-20Added first attempt at highlighting and text objects for csharpSteve Vermeulen
2020-07-20C highlights: Add operator "%"Stephan Seitz
2020-07-20C++ locals: add variadic as @definition.varStephan Seitz
2020-07-20C++ highlights: Add decltype keywordStephan Seitz
2020-07-20C++ highlights: Highlight variadic parametersStephan Seitz
2020-07-20Python highlights: highlight functions with self as methods (#198)Stephan Seitz
2020-07-20Attach kind of reference to query result instead of using subfieldsStephan Seitz
2020-07-19bash: add locals.scm for use with definition highlightingTravonteD
2020-07-17go loop and func literal, rust textobject supportwinwisely268
2020-07-17fix(highlights): add array stringsSteven Sojka
2020-07-16fix: fix references and definitionsTravonteD
2020-07-16added textobject support for golangwinwisely268
2020-07-16highlights: some fixesThomas Vigouroux
2020-07-15Python textobjects: Include @decorators and improve @conditional.innerStephan Seitz
2020-07-15feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz
2020-07-14Add C/C++ textobjectsStephan Seitz
2020-07-14Add Python textobjectsStephan Seitz
2020-07-14Add textobjects moduleStephan Seitz
2020-07-13Cpp locals: Fix syntaxStephan Seitz
2020-07-13Add rust locals.scmStephan Seitz
2020-07-13C/C++ highlights: Small improvements for type definitionsStephan Seitz
2020-07-09highlight(c): fix booleans and typesThomas Vigouroux
2020-07-09Python locals: with_statement can define variablesStephan Seitz
2020-07-09Python highlights: Surround type subscript query with (type ...)Stephan Seitz
2020-07-08locals(lua): simplify argsThomas Vigouroux
2020-07-08highlight(lua): fix overlapping queriesThomas Vigouroux
2020-07-08Introduce @definition.import for Python/JavascriptStephan Seitz
2020-07-08Highlight complete type definitionStephan Seitz