aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #330 from steelsojka/fix-do-not-reattachSteven Sojka2020-08-2210-42/+76
|\
| * fix(modules): do not reattach if already attachedSteven Sojka2020-08-2210-42/+76
* | fix(smart_rename): fix usages callSteven Sojka2020-08-211-1/+1
|/
* Merge pull request #331 from theHamsta/sudo-style-checkSteven Sojka2020-08-211-1/+1
|\
| * fix(CI): Run style check as sudoStephan Seitz2020-08-211-1/+1
|/
* Python highlights: add additional operatorsStephan Seitz2020-08-201-0/+7
* Change self back to variable.builtinAvi Dessauer2020-08-201-1/+1
* Deduplicate queries/rust/highlights.scmAvi Dessauer2020-08-201-1/+0
* Highlight operators + improve consistency with Vim syntaxAvi Dessauer2020-08-201-3/+37
* Docs: remove enable=true from textobjects moduleevakuator2020-08-202-4/+1
* Docs: fix textobjectsevakuator2020-08-201-1/+4
* Docs: documentation for modules/submodulesSantos Gallegos2020-08-182-302/+685
* Merge pull request #324 from stsewd/python-fixSteven Sojka2020-08-181-3/+3
|\
| * Python: fix some highlightsSantos Gallegos2020-08-181-3/+3
|/
* Merge pull request #323 from nathunsmitty/masterSteven Sojka2020-08-181-6/+6
|\
| * @function.method -> @methodNathan Smith2020-08-171-6/+6
|/
* Python: update highlightsSantos Gallegos2020-08-171-4/+15
* Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closingSteven Sojka2020-08-171-0/+3
|\
| * add jsx fragment and jsx self closing element highlightskiyan422020-08-171-0/+3
* | chore(highlights): remove is predicate usageSteven Sojka2020-08-174-13/+0
* | Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka2020-08-1715-133/+513
|\ \ | |/ |/|
| * chore(textobjects): split up into submodulesStephan Seitz2020-08-177-282/+362
| * Textobjects: set jump before going to adjacent_textobjectStephan Seitz2020-08-174-88/+88
| * Textobject goto: treat end differently that startStephan Seitz2020-08-171-13/+12
| * Textobjects: Allow nested textobjects on goto_adjacentStephan Seitz2020-08-171-24/+36
| * chore(textobject): use query.find_best_match to find next/previous textobjectStephan Seitz2020-08-172-40/+60
| * Textobjects: provide mappings for all swap/goto functionsStephan Seitz2020-08-174-54/+116
| * Textobjects: Add goto_adjacentStephan Seitz2020-08-171-0/+34
| * Textobjects: add swap featureStephan Seitz2020-08-175-12/+185
* | Avoid duplication of help tagsdelphinus2020-08-171-1/+1
* | some refacto, doc fixes and jsx querieskiyan422020-08-175-33/+18
|/
* Merge pull request #316 from TravonteD/fennelSteven Sojka2020-08-174-0/+176
|\
| * Add fennel supportTravonteD2020-08-164-0/+176
|/
* Python: update highlightsSantos Gallegos2020-08-161-33/+37
* Python: update localsSantos Gallegos2020-08-161-7/+9
* docs(hlgroups): document TSAnnotation, TSCurrentScope, TSDefinition,Stephan Seitz2020-08-161-2/+29
* Docs: document `@punctuation.special`Santos Gallegos2020-08-161-0/+1
* fix(queries): use vim-match for non lua regexesSteven Sojka2020-08-1611-29/+29
* Merge pull request #296 from steelsojka/feat-is-predicateSteven Sojka2020-08-1616-39/+102
|\
| * feat(highlights): add is predicateSteven Sojka2020-08-1616-39/+102
* | Merge pull request #295 from steelsojka/feature/set-scopes-for-definitionsSteven Sojka2020-08-163-3/+70
|\ \
| * | feat(definitions): allow setting of scopeSteven Sojka2020-08-163-3/+70
* | | [java] Add label highlightChinmay Dalal2020-08-161-0/+4
* | | fix: check 'after' against third directoryRafaƂ Camlet2020-08-151-1/+1
| |/ |/|
* | Merge pull request #291 from vigoux/post-upstream-workSteven Sojka2020-08-153-105/+19
|\ \ | |/ |/|
| * fix: refactor after upstream refactorThomas Vigouroux2020-08-143-105/+19
* | docs: document the new runtime query systemThomas Vigouroux2020-08-142-11/+28
* | feat: intuitive runtime queriesThomas Vigouroux2020-08-141-3/+26
|/
* fix(locals): add shorthand identifiers as references and definitionsSteven Sojka2020-08-141-1/+6
* Python highlights: Highlight ->, ...Stephan Seitz2020-08-141-1/+2