aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Add todo comment and change this highlight groupAkin Sowemimo2020-08-091-6/+7
|
* Add new highlight queriesAkin Sowemimo2020-08-091-44/+97
|
* Lua: highlight function nameSantos Gallegos2020-08-095-7/+17
|
* Add troubleshooting for when a parser changesSantos Gallegos2020-08-091-1/+9
| | | | This should be merged after https://github.com/nvim-treesitter/nvim-treesitter/pull/243
* highlights(rust): fix some type highlights.Thomas Vigouroux2020-08-071-0/+3
|
* highlights(rust): add async/await keywordsThomas Vigouroux2020-08-071-0/+2
|
* RST: update queriesSantos Gallegos2020-08-071-3/+14
|
* Add noremap option to mappingsRafaƂ Camlet2020-08-064-5/+5
|
* PHP: Update locals queryShirasaka2020-08-052-6/+28
|
* Python: update textobjects queriesSantos Gallegos2020-08-041-1/+22
|
* Lua: fix @error captureSantos Gallegos2020-08-041-1/+1
|
* Add PHP, TOML, and update HTML, javascript queriesShirasaka2020-08-047-2/+233
| | | | | | | - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes
* Lua locals: Make property_identifier a referenceStephan Seitz2020-08-031-0/+2
|
* feat(install): Export iter_cmdStephan Seitz2020-08-021-4/+4
|
* Add 'all' to completions for TSInstall/TSUpdate/TSUninstallStephan Seitz2020-08-021-2/+2
|
* Add TSUninstallStephan Seitz2020-08-022-4/+46
|
* Add TSUpdate command to update parsersStephan Seitz2020-08-024-4/+43
|
* fix decremental selectionkiyan422020-08-021-1/+6
|
* RST: update localsSantos Gallegos2020-08-011-0/+7
|
* RST: update highlightsSantos Gallegos2020-08-011-10/+39
|
* Merge pull request #241 from steelsojka/masterSteven Sojka2020-07-311-1/+41
|\ | | | | feat(predicates): add adjacent predicate
| * feat(predicates): add adjacent predicateSteven Sojka2020-07-311-1/+41
|/
* Docs: rework readmeSantos Gallegos2020-07-292-82/+62
| | | | | | | | - Fix some typos - Remove some unnecessary text that was taking space - Use double quotes in lua examples (this seems to be the convention in the source code) - Sort list of languages so they are easy to find.
* rst: update highlight queriesSantos Gallegos2020-07-291-0/+8
|
* rename query parser to query from schemeSteven Sojka2020-07-284-3/+15
|
* Merge pull request #237 from steelsojka/masterSteven Sojka2020-07-284-0/+17
|\ | | | | feat(parsers): add scheme parser
| * feat(parsers): add scheme parserSteven Sojka2020-07-284-0/+17
|/