summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-25textobj: add incremental node selectionThomas Vigouroux
2020-04-25Merge pull request #26 from kyazdani42/fix/config-isenabledThomas Vigouroux
fix: config is enabled also checks parser existence
2020-04-25fix: config is enabled also checks parser existencekiyan42
2020-04-25Merge pull request #18 from kyazdani42/improve-configsThomas Vigouroux
feat/refacto: add user interactions, improve configurations
2020-04-24feat/refacto: improve configurationskiyan42
- 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-24Merge pull request #25 from TravonteD/ruby-supportThomas Vigouroux
Add query/locals for ruby syntax highlighting
2020-04-24Squashed 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-23Merge pull request #24 from TravonteD/spellKiyan Yazdani
Fix spelling inconsistencies
2020-04-23Fix spelling inconsistenciesTravonteD
2020-04-23Merge pull request #21 from haorenW1025/masterKiyan Yazdani
fix: add -fPIC flag to compiling
2020-04-23Merge pull request #22 from vigoux/fix/lua-locals-highlightsThomas Vigouroux
Fix lua queries
2020-04-23locals(lua): incorrect query for field functionsThomas Vigouroux
2020-04-23highlight(lua): highlight local functionsThomas Vigouroux
2020-04-23fix: add -fPIC flag to compilinghaorenW1025
2020-04-22Merge pull request #7 from vigoux/feature/highlightKiyan Yazdani
Syntax highlighting
2020-04-22highlight: retain highlighters with the buffersThomas Vigouroux
2020-04-22highlight(lua): add more operatorsThomas Vigouroux
2020-04-22feat: syntax highlightingThomas Vigouroux
2020-04-22Merge pull request #20 from kyazdani42/fix-readmeKiyan Yazdani
fix: readme typos
2020-04-22Update README.mdKiyan Yazdani
Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
2020-04-22Update README.mdKiyan Yazdani
Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com>
2020-04-22fix: readme typoskiyan42
2020-04-22Merge pull request #19 from vigoux/docs/readme-updateKiyan Yazdani
Add proper README
2020-04-22docs(README): update and add quickstartThomas Vigouroux
2020-04-22Merge pull request #17 from kyazdani42/add-configs-ftThomas Vigouroux
feat/refacto: add configs.lua, setup install cmd
2020-04-21feat/refacto: add configs.lua, setup installkiyan42
- 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-21Merge pull request #16 from kyazdani42/fix-compiling-parserThomas Vigouroux
fix: parser install unpack > tbl_flatten
2020-04-21fix: parser install tbl_flatten > unpackkiyan42
- fix parser install - format install.lua
2020-04-21Merge pull request #11 from kyazdani42/parser-listThomas Vigouroux
feat: add parser list
2020-04-21Merge pull request #15 from kyazdani42/enable-typescript-installThomas Vigouroux
feat: enable typescript and tsx install
2020-04-21feat: add typescript installkiyan42
- add repo.location for typescript and compile at that location - typescript and tsx must be installed separately as two different parsers.
2020-04-21refacto/feat: enable csharp install, fix clonekiyan42
- 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-21Merge pull request #13 from kyazdani42/fix-installKiyan Yazdani
fix: repositories from M.repositories since last merge.
2020-04-21fix: repositories from M.repositories since last merge.kiyan42
2020-04-21Merge pull request #12 from vigoux/checkhealthKiyan Yazdani
feat: checkhealth
2020-04-21feat: add checkhealthkiyan42
2020-04-20Merge pull request #10 from vigoux/feature/node-utilsThomas Vigouroux
Node manipulation utilities
2020-04-20feat: add parser listkiyan42
2020-04-20Merge pull request #8 from kyazdani42/add-parsersThomas Vigouroux
feat: add most parsers
2020-04-20feat: add node manipulation utilsThomas Vigouroux
2020-04-20feat: add most parserskiyan42
2020-04-20Merge pull request #4 from kyazdani42/improve-installerThomas Vigouroux
feat/refacto: improve installer
2020-04-20feat/refacto: improve installerkiyan42
2020-04-19Merge pull request #3 from vigoux/feature/localsThomas Vigouroux
Add locals handling
2020-04-19perf: don't compute locals on buffer updatesThomas Vigouroux
Instead we lazily evaluate them on request. This allow two things : * better performances * being sure the locas are up to date
2020-04-19fix: prepare injections mechanismThomas Vigouroux
2020-04-19style: avoid overindenting thingsThomas Vigouroux
2020-04-19fix(matches): better storage of nodesThomas Vigouroux
2020-04-19feat: create NvimTreesitter augroup at startupThomas Vigouroux
2020-04-19feat: add locals to setup procedureThomas Vigouroux