aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* chore(highlights): remove is predicate usageSteven Sojka2020-08-174-13/+0
|
* Merge pull request #305 from theHamsta/textobjects-submodulesSteven Sojka2020-08-1715-133/+513
|\ | | | | Textobjects submodules
| * 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
|/ | | | | | | | | | - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file
* Merge pull request #316 from TravonteD/fennelSteven Sojka2020-08-174-0/+176
|\ | | | | Add fennel support
| * Add fennel supportTravonteD2020-08-164-0/+176
|/
* Python: update highlightsSantos Gallegos2020-08-161-33/+37
| | | | | | | - Get rid of @self - Highlight methods correctly - Highlight self as the first parameter of a method - Use new syntax (# for predicates, (_) instead of (*) for wildcards)
* Python: update localsSantos Gallegos2020-08-161-7/+9
|
* docs(hlgroups): document TSAnnotation, TSCurrentScope, TSDefinition,Stephan Seitz2020-08-161-2/+29
| | | | TSDefinitionUsage
* 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 predicate
| * 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(defintions): allow setting of scope
| * | 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 refactor
| * 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
|/ | | | | | | | | | | | | | Starting now, runtime queries will be sourced in this order : - Queries that are not in any `after` folder, will serve as a base, with each occurence overwriting the others (that is, .config/nvim/queries has the highest priority) - Queries within the `after` directory will be sourced one after the other. The rationale is that this reminds all the `.vim` files (ftplugin) for example, and this allows both to experiment and to override queries easily.
* fix(locals): add shorthand identifiers as references and definitionsSteven Sojka2020-08-141-1/+6
|
* Python highlights: Highlight ->, ...Stephan Seitz2020-08-141-1/+2
|
* Merge pull request #284 from steelsojka/fix-usagesSteven Sojka2020-08-144-44/+109
|\ | | | | fix(definitions): optimize and fix definition highlighting
| * fix(definitions): optimize and fix definition highlightingSteven Sojka2020-08-134-44/+109
| |
* | fix(highlight): link TSVariable to NormalThomas Vigouroux2020-08-131-2/+2
| |
* | Fix #286: Highlight C++ raw_string_literalStephan Seitz2020-08-131-0/+4
| |
* | fix(java): add lambdas as a scopeSteven Sojka2020-08-121-2/+6
|/
* perf: cache parser file list for performanceThomas Vigouroux2020-08-112-1/+17
|
* RST: update textobjectsSantos Gallegos2020-08-111-0/+4
|
* docs: advertize zulip instead of gitterThomas Vigouroux2020-08-111-1/+2
|
* pass full module path in recurse accumulator to enable/disable sub modulesLaxman Sooriyathas2020-08-111-3/+3
|
* Lua highlights: add operator "=" and punctuationStephan Seitz2020-08-111-0/+4
|
* fix(locals): fix find definition implementation (#274)Steven Sojka2020-08-112-29/+54
| | | Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
* fix(queries): don't load queries on startupSteven Sojka2020-08-111-21/+27
|
* Merge pull request #273 from vigoux/fix-enable-disableSteven Sojka2020-08-101-0/+10
|\ | | | | configs: actually enable and disable on setup
| * configs: actually enable and disable on setupThomas Vigouroux2020-08-101-0/+10
|/
* fix(highlight): Use TSParameterThomas Vigouroux2020-08-101-1/+1
|
* Update contributing.mdAkin Sowemimo2020-08-091-0/+6
|
* Re add missing commentsAkin Sowemimo2020-08-091-3/+7
|
* Change capture groups and add variable highlightsAkin Sowemimo2020-08-093-15/+25
|
* Add break and increment operators and tweak formattingAkin Sowemimo2020-08-091-4/+10
|