| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-09-06 | Text objects: check for query files first | Santos Gallegos | |
| The first function is faster and more common. | |||
| 2020-09-06 | Fixed table insertion | Rasmus Michelsen | |
| 2020-09-06 | Fixed win32 check hopefully | Rasmus Michelsen | |
| 2020-09-06 | Added changes | Rasmus Michelsen | |
| 2020-09-06 | A few fixes | Rasmus Michelsen | |
| 2020-09-06 | Local variable fix | Rasmus Michelsen | |
| 2020-09-06 | Support TSInstall on Winddows with Clang | Rasmus Michelsen | |
| 2020-09-06 | Highlights: use underlined for TSURI | Santos Gallegos | |
| Neovim already uses this hl group `:h group-name` and it's recommend for links. | |||
| 2020-09-05 | Completion: use custom instead of customlist | Santos Gallegos | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/396 | |||
| 2020-09-05 | fix ts_available_modules should be using nvim_treesitter#available_modules | kiyan42 | |
| 2020-09-05 | Fix filename | Pieter Goetschalckx | |
| 2020-09-04 | Query: update highlights | Santos Gallegos | |
| More color! | |||
| 2020-09-04 | Refactor: move completion functions to autoload | Santos Gallegos | |
| 2020-09-04 | Merge pull request #385 from stsewd/query-locals | Steven Sojka | |
| Query: add program as scope | |||
| 2020-09-04 | Query: add program as scope | Santos Gallegos | |
| 2020-09-03 | Python: update folds | Santos Gallegos | |
| Missed one | |||
| 2020-09-03 | preds: declare set! predicate | Thomas Vigouroux | |
| 2020-09-03 | Python: add folds | Santos Gallegos | |
| 2020-09-03 | Add warning about required Neovim version | Stephan Seitz | |
| 2020-09-02 | Change 'install' -> 'index' | Constantine Theocharis | |
| 2020-09-02 | Modify description slightly and place modeline at the end | Constantine Theocharis | |
| 2020-09-02 | Add section 'Performance' to docs | Constantine Theocharis | |
| 2020-09-02 | fix(locals): js add arrow function parameter as definition | Steven Sojka | |
| 2020-09-02 | add scanner file for fennel parser | TravonteD | |
| 2020-09-01 | health: add fold queries to check health | Thomas Vigouroux | |
| 2020-09-01 | docs(fold): document and comment | Thomas Vigouroux | |
| 2020-09-01 | fold(c): ignore compound statements | Thomas Vigouroux | |
| 2020-09-01 | fix(fold): fix #350 | Thomas Vigouroux | |
| Also correctly handle things like : if (foo) { } if (bar) { } | |||
| 2020-09-01 | fix(fold): revamp fold | Thomas Vigouroux | |
| fix(fold): typo fix(fold): remove debug and add queries fix(fold): fallback to local scopes for folds | |||
| 2020-09-01 | use xmap in detach | evakuator | |
| 2020-09-01 | use xmap instead of vmap in textobjects | evakuator | |
| 2020-09-01 | docs: Add CODEOWNERS file | Thomas Vigouroux | |
| 2020-09-01 | feat: add query filetype | Thomas Vigouroux | |
| 2020-08-31 | feat(refactor.navigation): allow a `fallback_function` for goto_definition | Stephan Seitz | |
| `fallback_function` is called when nvim-treesitter can not resolve the variable under the cursor. | |||
| 2020-08-31 | Fix(modules): simplify configs.setup | Stephan Seitz | |
| This prevents a really weird bug were the following function call (after loading the activated modules) could activate `highlight_current_scope` ```lua require "nvim-treesitter.configs".setup( { highlight = { enable = false, -- false will disable the whole extension disable = {"html", "lua"} -- list of language that will be disabled }, refactor = { highlight_current_scope = { enable = false, inverse_highlighting = true, disable = {"python", "markdown"} }, highlight_definitions = { enable = true, disable = {"markdown"} }, }, ensure_installed = "all", disable = {"markdown"}, -- list of language that will be disabled } ) ``` | |||
| 2020-08-31 | fix(highlight_current_scope): Ensure that detach is a inverse of attach | Stephan Seitz | |
| 2020-08-31 | Avoid enabling disabled modules (even if they were disabled immediately) | Stephan Seitz | |
| This might be safer for the case that attach/detach are not inverse to each other. Disabled modules shouldn't ever be activated. | |||
| 2020-08-31 | feat(refactor.navigation): add navigation.goto_{next,previous}_usage | Stephan Seitz | |
| 2020-08-31 | feat(CI): auto-update README.md | Stephan Seitz | |
| 2020-08-30 | remove second check | Oleg Matrokhin | |
| 2020-08-30 | fix get_package_path function for paths with trailing slash | Oleg Matrokhin | |
| 2020-08-30 | C highlights: make `preproc_defined` @function.macro | Stephan Seitz | |
| 2020-08-27 | docs(README): add link to Windows wiki page | Stephan Seitz | |
| 2020-08-27 | Add Windows support (mingw) | Stephan Seitz | |
| 2020-08-27 | fix(health): only check installed parsers | Thomas Vigouroux | |
| This is to avoid awfully long checkhealths. And not installed parsers can be infered from the fact that they are not listed. | |||
| 2020-08-27 | docs: document foldmethod workarounds | Thomas Vigouroux | |
| 2020-08-27 | C highlights: add bitwise-xor operator | Stephan Seitz | |
| 2020-08-26 | Merge pull request #348 from theHamsta/readme-comma | Steven Sojka | |
| docs: fix syntax error in README example | |||
| 2020-08-26 | fix(locals): add js namespace import as definition | Steven Sojka | |
| 2020-08-26 | docs: fix syntax error in README example | Stephan Seitz | |
