| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-19 | feat(languagetree): implement language tree | Thomas Vigouroux | |
| Allow the LanguageTree to be used as an option for highlighting. Co-authored-by: Santos Gallegos <stsewd@protonmail.com> Co-authored-by: Yazdani Kiyan <yazdani.kiyan@protonmail.com> | |||
| 2020-10-19 | readme: add nvim-treesitter-context | Rom Grk | |
| 2020-10-16 | feat(folds): add catch_clause to js folds | Sam Bernheim | |
| 2020-10-16 | feat: add more javascript folds | sbernehim4 | |
| 2020-10-16 | Fix: avoid overwriting tables in insert_to_path | Stephan Seitz | |
| The following query will result in matches with only one node though it requires two nodes to be a match. ```scheme (function_definition (comment) @function.inner.start body: (block) @function.inner) ``` Why? First `insert_to_path` is called for `@function.inner.start` which will result int the following table. ```lua { function = { inner = { start { node } } } } ``` `insert_to_path` will overwrite the result ```lua { function = { inner = { node } } } ``` Related #552 | |||
| 2020-10-16 | Remove get_parser logic | kiyan42 | |
| upstream now handles parsers by itself, so we don't need to do it in this repo. | |||
| 2020-10-16 | remove destructuring from @parameter | fffed | |
| 2020-10-16 | Update README requirements for parser download/compilation | Stephan Seitz | |
| 2020-10-15 | feat: Add more lua folds | Mike | |
| Add repeat_statement to lua folds | |||
| 2020-10-15 | Add additional queries for @parameter for js | fffed | |
| 2020-10-13 | C++ highlights: highlight all kinds of optional parameters | Stephan Seitz | |
| declarator can be a identifier, a reference or a pointer | |||
| 2020-10-13 | fix(highlights): use new highlighter interface | Thomas Vigouroux | |
| 2020-10-12 | query: remove unnecessary query parsing | Thomas Vigouroux | |
| 2020-10-12 | highlight: use new highlighter interface | Thomas Vigouroux | |
| 2020-10-12 | Ruby highlights: reset highlight on interpolation | Stephan Seitz | |
| @TravonteD | |||
| 2020-10-11 | Explicitly check for cterm and gui values for fg | Akin Sowemimo | |
| If a user hasn't set either we default to NONE | |||
| 2020-10-11 | Add a check to ensure the fg attribute exists | Akin Sowemimo | |
| before setting the value | |||
| 2020-10-11 | Don't change the background highlights | Akin Sowemimo | |
| treesitter highlighting is colouring the characters in the foreground so there's no need to touch the highlighting of the background | |||
| 2020-10-11 | fix cterm fg and bg error | Akin Sowemimo | |
| 2020-10-11 | Add background and foreground colors to TSNone | Akin Sowemimo | |
| This fixes the issue where colors highlighted as TSNone were not reverting to the background and foreground color. | |||
| 2020-10-11 | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | |
| This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO. | |||
| 2020-10-11 | Use utils get_node_text to get line content and trim all whitespaces. | Kristijan Husak | |
| 2020-10-11 | Remove old statusline implementation with new one. | Kristijan Husak | |
| 2020-10-11 | Add implementation for improved statusline. Closes #545. | Kristijan Husak | |
| 2020-10-10 | [docgen] Update README.md | Github Actions | |
| 2020-10-10 | fix(highlights): Add TSNamespace highlight | Stephan Seitz | |
| Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||
| 2020-10-06 | Shorten module reference shell_command_selectors to shell. | Suhas Hebbar | |
| 2020-10-06 | Code Refactor | Suhas Hebbar | |
| - Move select_* function to shell_command_selectors.lua. - Rename select_args to select_compiler_args. | |||
| 2020-10-06 | Remove dependency on unzip. | Suhas Hebbar | |
| Use tar instead which should be available on default Unixes and Windows | |||
| 2020-10-05 | Fix typearg brackets not highlighting for multiple typeargs | Corey Williamson | |
| 2020-10-05 | Set function scope | Corey Williamson | |
| 2020-10-05 | Update queries/teal/highlights.scm | euclidianAce | |
| Co-authored-by: Santos Gallegos <stsewd@protonmail.com> | |||
| 2020-10-05 | Add teal parser | Corey Williamson | |
| 2020-10-05 | Dart highlights: Reset highlight in interpolation | Stephan Seitz | |
| 2020-10-04 | fix: readme link to nvim-treesitter-textobjects | tonycheang | |
| 2020-10-04 | Fix: fallback git-installation (list of commands is expected) | Stephan Seitz | |
| 2020-10-04 | [docgen] Update README.md | Github Actions | |
| 2020-10-04 | fix(ocaml): highlight characters as such | Pau Ruiz Safont | |
| 2020-10-04 | feat: add ocamllex parser and highlights | Pau Ruiz Safont | |
| 2020-10-04 | Add "External modules" section to README | Stephan Seitz | |
| 2020-10-04 | Remove textobjects module | Stephan Seitz | |
| 2020-10-04 | Merge pull request #487 from steelsojka/remove-refactor | Steven Sojka | |
| chore(modules): remove refactor module | |||
| 2020-10-01 | make query-checker happy | Alvaro Muñoz | |
| 2020-10-01 | change module to namespace | Alvaro Muñoz | |
| 2020-10-01 | CodeQL locals.scm queries | Alvaro Muñoz | |
| 2020-09-30 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2020-09-30 | fine tune keyword highlights | Alvaro Muñoz | |
| 2020-09-30 | remove locals.scm | Alvaro Muñoz | |
| 2020-09-30 | remove non-used captures | Alvaro Muñoz | |
| 2020-09-30 | initial support for CodeQL | Alvaro Muñoz | |
