aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* 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
* highlights(lua): update query to new syntaxThomas Vigouroux2020-07-011-42/+55
* Java highlights: Add binary integer literalsStephan Seitz2020-07-011-0/+1
* highlights(c): highlight ternary as conditionalThomas Vigouroux2020-06-301-2/+1
* C highlights: Make ? an operator in c highlightsStephan Seitz2020-06-301-0/+1
* Java highlights: Add operators ":" "?"Stephan Seitz2020-06-301-0/+2
* Java highlights: Add parameter highlight for single-parameter lambdasStephan Seitz2020-06-301-1/+4
* refactor(refactor): use higher local apis and some cleanupSteven Sojka2020-06-301-3/+0
* feat(refactor): highlight usages moduleSteven Sojka2020-06-301-0/+3
* add python asynckiyan422020-06-301-0/+1
* Add method reference operatorChinmay Dalal2020-06-291-0/+1
* Java highlights: Capture parameters in declaration (#93)Chinmay Dalal2020-06-291-31/+64
* C highlights: Add highlight for #elifStephan Seitz2020-06-281-7/+10
* Fix cpp-highlights: wrong capture name used in regexStephan Seitz2020-06-261-3/+2
* Python highlights: Reset highlighting in f-string interpolationStephan Seitz2020-06-261-2/+3
* Python highlights: Add walrus operatorStephan Seitz2020-06-261-0/+1
* Adapt Python highlights to new query syntaxStephan Seitz2020-06-242-81/+66
* add highlight queries for bashTravonteD2020-06-231-0/+110
* Fix the ":" in symbols when used in pairsTravonteD2020-06-231-0/+1
* Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python high...Stephan Seitz2020-06-211-0/+3
* Merge pull request #72 from doubleloop/pythonStephan Seitz2020-06-211-45/+31
|\
| * Updated python highlightsJakub Łuczyński2020-06-211-45/+31
* | refactor: use newly introduced consolidated syntaxTravonteD2020-06-204-135/+195
* | Merge pull request #88 from PitcherTear22/masterThomas Vigouroux2020-06-172-0/+4
|\ \
| * | Give creditsChinmay Dalal2020-06-171-0/+2