| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-25 | textobj: add incremental node selection | Thomas Vigouroux | |
| 2020-04-25 | Merge pull request #26 from kyazdani42/fix/config-isenabled | Thomas Vigouroux | |
| fix: config is enabled also checks parser existence | |||
| 2020-04-25 | fix: config is enabled also checks parser existence | kiyan42 | |
| 2020-04-25 | Merge pull request #18 from kyazdani42/improve-configs | Thomas Vigouroux | |
| feat/refacto: add user interactions, improve configurations | |||
| 2020-04-24 | feat/refacto: improve configurations | kiyan42 | |
| - You should now get the configs through functions - Configs for languages are now inside a local object called parsers - You can get the parser installation configurations with `get_parser_configs` - A new object has been initialized inside configs to specify module config (called config). - Provide functions to enable/disable a module on one buffer - Provide functions to enable/disable a module on all buffers, and if filetype is specified, for specific filetype - Provide function to determine if module is activated for a specified filetype | |||
| 2020-04-24 | Merge pull request #25 from TravonteD/ruby-support | Thomas Vigouroux | |
| Add query/locals for ruby syntax highlighting | |||
| 2020-04-24 | Squashed commit of the following: | TravonteD | |
| commit 1b3700b0cd68cb507c64b7243a5bea050379f09c Author: TravonteD <tman1300@aol.com> Date: Fri Apr 24 08:44:34 2020 -0400 remove local from the capture groups commit 62f1a613c7c6f26e3a85f06f322ead28280dc7ca Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 18:43:09 2020 -0400 update captures for identifiers commit 9966d5a9cd780b2de80e620cee6833fd341028d0 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 18:42:42 2020 -0400 add capture for constants that are recievers of a method call commit 10f03606710a3a54c8c722e4883b9475c6f9f776 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 17:54:25 2020 -0400 update captures for function definitions and calls commit 4b350274cb02e1b69ae013fa157bae5c6be9e577 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 17:21:10 2020 -0400 update captures for operators commit c66d42cd0d56d0a1bbfb1f88ffa7ff6ae8b6c2df Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 17:10:13 2020 -0400 update captures for literals commit a9c097fe03f7294fdaede760f2c016cf6c960a45 Author: TravonteD <tman1300@aol.com> Date: Thu Apr 23 15:54:47 2020 -0400 add highlights and locals from treesitter-ruby | |||
| 2020-04-23 | Merge pull request #24 from TravonteD/spell | Kiyan Yazdani | |
| Fix spelling inconsistencies | |||
| 2020-04-23 | Fix spelling inconsistencies | TravonteD | |
| 2020-04-23 | Merge pull request #21 from haorenW1025/master | Kiyan Yazdani | |
| fix: add -fPIC flag to compiling | |||
| 2020-04-23 | Merge pull request #22 from vigoux/fix/lua-locals-highlights | Thomas Vigouroux | |
| Fix lua queries | |||
| 2020-04-23 | locals(lua): incorrect query for field functions | Thomas Vigouroux | |
| 2020-04-23 | highlight(lua): highlight local functions | Thomas Vigouroux | |
| 2020-04-23 | fix: add -fPIC flag to compiling | haorenW1025 | |
| 2020-04-22 | Merge pull request #7 from vigoux/feature/highlight | Kiyan Yazdani | |
| Syntax highlighting | |||
| 2020-04-22 | highlight: retain highlighters with the buffers | Thomas Vigouroux | |
| 2020-04-22 | highlight(lua): add more operators | Thomas Vigouroux | |
| 2020-04-22 | feat: syntax highlighting | Thomas Vigouroux | |
| 2020-04-22 | Merge pull request #20 from kyazdani42/fix-readme | Kiyan Yazdani | |
| fix: readme typos | |||
| 2020-04-22 | Update README.md | Kiyan Yazdani | |
| Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||
| 2020-04-22 | Update README.md | Kiyan Yazdani | |
| Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||
| 2020-04-22 | fix: readme typos | kiyan42 | |
| 2020-04-22 | Merge pull request #19 from vigoux/docs/readme-update | Kiyan Yazdani | |
| Add proper README | |||
| 2020-04-22 | docs(README): update and add quickstart | Thomas Vigouroux | |
| 2020-04-22 | Merge pull request #17 from kyazdani42/add-configs-ft | Thomas Vigouroux | |
| feat/refacto: add configs.lua, setup install cmd | |||
| 2020-04-21 | feat/refacto: add configs.lua, setup install | kiyan42 | |
| - configs.lua holds the `repositories` data - install health moved to health.lua - plugins loads _root.setup() on startup - install and list command are available through vim > use them with `:TSInstall lang` and `:TSInstallInfo` | |||
| 2020-04-21 | Merge pull request #16 from kyazdani42/fix-compiling-parser | Thomas Vigouroux | |
| fix: parser install unpack > tbl_flatten | |||
| 2020-04-21 | fix: parser install tbl_flatten > unpack | kiyan42 | |
| - fix parser install - format install.lua | |||
| 2020-04-21 | Merge pull request #11 from kyazdani42/parser-list | Thomas Vigouroux | |
| feat: add parser list | |||
| 2020-04-21 | Merge pull request #15 from kyazdani42/enable-typescript-install | Thomas Vigouroux | |
| feat: enable typescript and tsx install | |||
| 2020-04-21 | feat: add typescript install | kiyan42 | |
| - add repo.location for typescript and compile at that location - typescript and tsx must be installed separately as two different parsers. | |||
| 2020-04-21 | refacto/feat: enable csharp install, fix clone | kiyan42 | |
| - clone only master at depth 1 to avoid long download from huge repos. - use ft to specify folder name to clone so csharp can be cloned and used properly. | |||
| 2020-04-21 | Merge pull request #13 from kyazdani42/fix-install | Kiyan Yazdani | |
| fix: repositories from M.repositories since last merge. | |||
| 2020-04-21 | fix: repositories from M.repositories since last merge. | kiyan42 | |
| 2020-04-21 | Merge pull request #12 from vigoux/checkhealth | Kiyan Yazdani | |
| feat: checkhealth | |||
| 2020-04-21 | feat: add checkhealth | kiyan42 | |
| 2020-04-20 | Merge pull request #10 from vigoux/feature/node-utils | Thomas Vigouroux | |
| Node manipulation utilities | |||
| 2020-04-20 | feat: add parser list | kiyan42 | |
| 2020-04-20 | Merge pull request #8 from kyazdani42/add-parsers | Thomas Vigouroux | |
| feat: add most parsers | |||
| 2020-04-20 | feat: add node manipulation utils | Thomas Vigouroux | |
| 2020-04-20 | feat: add most parsers | kiyan42 | |
| 2020-04-20 | Merge pull request #4 from kyazdani42/improve-installer | Thomas Vigouroux | |
| feat/refacto: improve installer | |||
| 2020-04-20 | feat/refacto: improve installer | kiyan42 | |
| 2020-04-19 | Merge pull request #3 from vigoux/feature/locals | Thomas Vigouroux | |
| Add locals handling | |||
| 2020-04-19 | perf: don't compute locals on buffer updates | Thomas Vigouroux | |
| Instead we lazily evaluate them on request. This allow two things : * better performances * being sure the locas are up to date | |||
| 2020-04-19 | fix: prepare injections mechanism | Thomas Vigouroux | |
| 2020-04-19 | style: avoid overindenting things | Thomas Vigouroux | |
| 2020-04-19 | fix(matches): better storage of nodes | Thomas Vigouroux | |
| 2020-04-19 | feat: create NvimTreesitter augroup at startup | Thomas Vigouroux | |
| 2020-04-19 | feat: add locals to setup procedure | Thomas Vigouroux | |
