aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* refactor: parser list and lang->ft/ft->langkiyan422020-06-208-276/+310
* fix: declare parse names as their appropriate filetype and change clone urlkiyan422020-06-191-6/+6
* add winnr to get_node_at_cursorkiyan422020-06-191-2/+2
* refacto: remove buf_statekiyan422020-06-199-233/+100
* Fixup: Introduce base languages for queriesStephan Seitz2020-06-151-1/+1
* Introduce base languages for queriesStephan Seitz2020-06-151-1/+21
* Merge pull request #80 from steelsojka/feat/user-query-overridesKiyan Yazdani2020-06-151-4/+11
|\
| * feat(queries): allow for user overridesSteven Sojka2020-06-141-4/+11
* | Add tree-sitter-regexStephan Seitz2020-06-141-0/+7
|/
* feat: add syntax-based foldingThomas Vigouroux2020-05-251-0/+29
* Merge pull request #56 from theHamsta/python-localsThomas Vigouroux2020-05-231-0/+1
|\
| * Introduce `@include`Stephan Seitz2020-05-171-0/+1
* | Remove postspaces and avoid one globalStephan Seitz2020-05-223-6/+6
|/
* install: allow installing multiple parsers at onceThomas Vigouroux2020-05-151-24/+22
* Expose internal api.kiyan422020-05-154-85/+18
* refacto/feat: better handling of parser updateskiyan422020-05-1212-310/+528
* fix: change locals extractionThomas Vigouroux2020-05-071-2/+2
* feat: support suggested highlightsThomas Vigouroux2020-05-071-0/+41
* feat: provide a statusline indicatorThomas Vigouroux2020-05-052-1/+33
* Add 'nvim-treesitter/node-movement'Stephan Seitz2020-05-033-0/+161
* 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
* | update docs for ensure installed, move modules config in config.moduleskiyan422020-05-011-44/+43
|/
* 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
* fix install by changing cc arguments positionkiyan422020-04-271-6/+6
* health(refactor): move checks inside health.luaThomas Vigouroux2020-04-263-34/+23
* health: add highlight to healthchecksThomas Vigouroux2020-04-262-0/+18
* refactor(textobj): remove unnecessary functionsThomas Vigouroux2020-04-251-12/+4
* refactor(textobj): use configs and don't use VimLThomas Vigouroux2020-04-252-41/+73
* textobj: little refactorThomas Vigouroux2020-04-252-13/+14
* textobj: add incremental scope selectionThomas Vigouroux2020-04-252-0/+37
* textobj: add incremental node selectionThomas Vigouroux2020-04-252-6/+42
* fix: config is enabled also checks parser existencekiyan422020-04-252-7/+8
* feat/refacto: improve configurationskiyan422020-04-247-104/+442
* fix: add -fPIC flag to compilinghaorenW10252020-04-231-0/+1
* highlight: retain highlighters with the buffersThomas Vigouroux2020-04-221-2/+4
* feat: syntax highlightingThomas Vigouroux2020-04-223-1/+21
* feat/refacto: add configs.lua, setup installkiyan422020-04-214-121/+163
* fix: parser install tbl_flatten > unpackkiyan422020-04-211-13/+21
* Merge pull request #11 from kyazdani42/parser-listThomas Vigouroux2020-04-212-0/+18
|\
| * feat: add parser listkiyan422020-04-202-0/+18
* | feat: add typescript installkiyan422020-04-211-8/+21
* | refacto/feat: enable csharp install, fix clonekiyan422020-04-211-7/+8
* | fix: repositories from M.repositories since last merge.kiyan422020-04-211-1/+1
* | feat: add checkhealthkiyan422020-04-213-1/+90
* | Merge pull request #10 from vigoux/feature/node-utilsThomas Vigouroux2020-04-201-0/+66
|\ \
| * | feat: add node manipulation utilsThomas Vigouroux2020-04-201-0/+66