aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* feat: add syntax-based foldingThomas Vigouroux2020-05-252-0/+33
* Merge pull request #62 from theHamsta/c-localsThomas Vigouroux2020-05-241-7/+9
|\
| * Some improvements to c/locals.scmStephan Seitz2020-05-231-7/+9
|/
* Merge pull request #56 from theHamsta/python-localsThomas Vigouroux2020-05-235-1/+250
|\
| * Introduce `@include`Stephan Seitz2020-05-173-3/+5
| * Add python/highlights.scm from tree-sitter-pythonStephan Seitz2020-05-172-0/+182
| * Add python locals.scmStephan Seitz2020-05-162-1/+66
* | Merge pull request #61 from theHamsta/cleanup-postspaceKiyan Yazdani2020-05-223-6/+6
|\ \
| * | Remove postspaces and avoid one globalStephan Seitz2020-05-223-6/+6
|/ /
* | Merge pull request #60 from klauer/doc_missing_eofKiyan Yazdani2020-05-191-0/+1
|\ \ | |/ |/|
| * docs: missing EOF for init.vimK Lauer2020-05-191-0/+1
|/
* Merge pull request #53 from vigoux/c-queriesKiyan Yazdani2020-05-164-1/+116
|\
| * docs: update READMEThomas Vigouroux2020-05-161-1/+2
| * queries: add C queriesThomas Vigouroux2020-05-163-0/+114
|/
* Merge pull request #55 from vigoux/install-multiple-argsKiyan Yazdani2020-05-151-24/+22
|\
| * install: allow installing multiple parsers at onceThomas Vigouroux2020-05-151-24/+22
|/
* Merge pull request #54 from kyazdani42/feat/expose-apiThomas Vigouroux2020-05-157-108/+108
|\
| * Expose internal api.kiyan422020-05-157-108/+108
|/
* Merge pull request #45 from kyazdani42/refacto-feat/buf-state-updateKiyan Yazdani2020-05-1214-332/+554
|\
| * refacto/feat: better handling of parser updateskiyan422020-05-1214-332/+554
* | Merge pull request #51 from TravonteD/ruby-updateThomas Vigouroux2020-05-122-61/+62
|\ \ | |/ |/|
| * update ruby highlights and locals to conform the new contributionTravonteD2020-05-112-61/+62
| * Merge pull request #1 from nvim-treesitter/masterTravonteD2020-05-1121-170/+1421
| |\ | |/ |/|
* | Merge pull request #47 from theHamsta/fix-typo-contributing.mdKiyan Yazdani2020-05-081-1/+1
|\ \
| * | Fix typo in CONTRIBUTING.mdStephan Seitz2020-05-081-1/+1
|/ /
* | Merge pull request #46 from theHamsta/fix-typo-readmeKiyan Yazdani2020-05-081-1/+1
|\ \
| * | Fix typo in README.mdStephan Seitz2020-05-081-1/+1
|/ /
* | Merge pull request #40 from vigoux/contributingKiyan Yazdani2020-05-075-30/+163
|\ \
| * | fix(CONTRIBUTING): typosThomas Vigouroux2020-05-071-5/+5
| * | fix(lua): update queriesThomas Vigouroux2020-05-072-28/+21
| * | fix: change locals extractionThomas Vigouroux2020-05-071-2/+2
| * | feat: support suggested highlightsThomas Vigouroux2020-05-071-0/+41
| * | docs: add contributig draftThomas Vigouroux2020-05-071-0/+99
|/ /
* | Merge pull request #44 from vigoux/statuslineKiyan Yazdani2020-05-076-2/+58
|\ \
| * | docs: add statusline indicator informations.Thomas Vigouroux2020-05-073-1/+22
| * | feat: provide a statusline indicatorThomas Vigouroux2020-05-053-1/+36
|/ /
* | Merge pull request #37 from theHamsta/node-movementThomas Vigouroux2020-05-035-14/+196
|\ \
| * | Add documentation for `node_movement`, rename: `textobj` -> `incremental_sele...Stephan Seitz2020-05-032-14/+35
| * | Add 'nvim-treesitter/node-movement'Stephan Seitz2020-05-033-0/+161
|/ /
* | Merge pull request #39 from vigoux/incremental_selectionKiyan Yazdani2020-05-022-4/+8
|\ \
| * | modules: move textobj to incremental_selectionThomas Vigouroux2020-05-022-4/+8
|/ /
* | Merge pull request #36 from theHamsta/community-parsersKiyan Yazdani2020-05-011-0/+56
|\ \
| * | Add some more community parsersStephan Seitz2020-05-011-0/+56
* | | Merge pull request #35 from kyazdani42/refacto/config-docThomas Vigouroux2020-05-013-47/+48
|\ \ \ | |/ / |/| |
| * | update docs for ensure installed, move modules config in config.moduleskiyan422020-05-013-47/+48
|/ /
* | Merge pull request #34 from theHamsta/ensure_installedKiyan Yazdani2020-05-012-1/+25
|\ \
| * | Avoid global handle to enable installing multiple parsers in parallelStephan Seitz2020-05-011-1/+3
| * | Add `ensure_installed` option to configStephan Seitz2020-05-011-0/+3
| * | Add function 'nvim-treesitter/install'.ensure_installedStephan Seitz2020-05-011-0/+19
|/ /
* | Merge pull request #33 from kyazdani42/doc/add-documentationThomas Vigouroux2020-04-282-0/+101
|\ \