summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Expand)Author
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
2020-07-08Python locals/highlights: Parameters can be optionally typedStephan Seitz
2020-07-08Add Rust queries (#57)Thomas Vigouroux
2020-07-05C/C++ highlights: update to new syntaxStephan Seitz
2020-07-04C++ locals: Add reference_declarator (analogous to pointer_declarator for C l...Stephan Seitz
2020-07-01feat(javascript): add import specifier as definitionSteven Sojka
2020-07-01locals(lua): capture function definition paramsThomas Vigouroux
2020-07-01highlights(lua): update query to new syntaxThomas Vigouroux
2020-07-01Java highlights: Add binary integer literalsStephan Seitz
2020-06-30highlights(c): highlight ternary as conditionalThomas Vigouroux
2020-06-30C highlights: Make ? an operator in c highlightsStephan Seitz
2020-06-30Java highlights: Add operators ":" "?"Stephan Seitz
2020-06-30Java highlights: Add parameter highlight for single-parameter lambdasStephan Seitz
2020-06-30refactor(refactor): use higher local apis and some cleanupSteven Sojka
2020-06-30feat(refactor): highlight usages moduleSteven Sojka
2020-06-30add python asynckiyan42
2020-06-29Add method reference operatorChinmay Dalal
2020-06-29Java highlights: Capture parameters in declaration (#93)Chinmay Dalal
2020-06-28C highlights: Add highlight for #elifStephan Seitz
2020-06-26Fix cpp-highlights: wrong capture name used in regexStephan Seitz
2020-06-26Python highlights: Reset highlighting in f-string interpolationStephan Seitz