| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-15 | Merge pull request #291 from vigoux/post-upstream-work | Steven Sojka | |
| fix: refactor after upstream refactor | |||
| 2020-08-14 | docs: document the new runtime query system | Thomas Vigouroux | |
| 2020-08-14 | feat: intuitive runtime queries | Thomas Vigouroux | |
| Starting now, runtime queries will be sourced in this order : - Queries that are not in any `after` folder, will serve as a base, with each occurence overwriting the others (that is, .config/nvim/queries has the highest priority) - Queries within the `after` directory will be sourced one after the other. The rationale is that this reminds all the `.vim` files (ftplugin) for example, and this allows both to experiment and to override queries easily. | |||
| 2020-08-14 | fix: refactor after upstream refactor | Thomas Vigouroux | |
| 2020-08-14 | fix(locals): add shorthand identifiers as references and definitions | Steven Sojka | |
| 2020-08-14 | Python highlights: Highlight ->, ... | Stephan Seitz | |
| 2020-08-14 | Merge pull request #284 from steelsojka/fix-usages | Steven Sojka | |
| fix(definitions): optimize and fix definition highlighting | |||
| 2020-08-13 | fix(definitions): optimize and fix definition highlighting | Steven Sojka | |
| 2020-08-13 | fix(highlight): link TSVariable to Normal | Thomas Vigouroux | |
| 2020-08-13 | Fix #286: Highlight C++ raw_string_literal | Stephan Seitz | |
| 2020-08-12 | fix(java): add lambdas as a scope | Steven Sojka | |
| 2020-08-11 | perf: cache parser file list for performance | Thomas Vigouroux | |
| 2020-08-11 | RST: update textobjects | Santos Gallegos | |
| 2020-08-11 | docs: advertize zulip instead of gitter | Thomas Vigouroux | |
| 2020-08-11 | pass full module path in recurse accumulator to enable/disable sub modules | Laxman Sooriyathas | |
| 2020-08-11 | Lua highlights: add operator "=" and punctuation | Stephan Seitz | |
| 2020-08-11 | fix(locals): fix find definition implementation (#274) | Steven Sojka | |
| Co-authored-by: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||
| 2020-08-11 | fix(queries): don't load queries on startup | Steven Sojka | |
| 2020-08-10 | Merge pull request #273 from vigoux/fix-enable-disable | Steven Sojka | |
| configs: actually enable and disable on setup | |||
| 2020-08-10 | configs: actually enable and disable on setup | Thomas Vigouroux | |
| 2020-08-10 | fix(highlight): Use TSParameter | Thomas Vigouroux | |
| 2020-08-09 | Update contributing.md | Akin Sowemimo | |
| 2020-08-09 | Re add missing comments | Akin Sowemimo | |
| 2020-08-09 | Change capture groups and add variable highlights | Akin Sowemimo | |
| 2020-08-09 | Add break and increment operators and tweak formatting | Akin Sowemimo | |
| 2020-08-09 | Add todo comment and change this highlight group | Akin Sowemimo | |
| 2020-08-09 | Add new highlight queries | Akin Sowemimo | |
| 2020-08-09 | Lua: highlight function name | Santos Gallegos | |
| 2020-08-09 | Add troubleshooting for when a parser changes | Santos Gallegos | |
| This should be merged after https://github.com/nvim-treesitter/nvim-treesitter/pull/243 | |||
| 2020-08-07 | highlights(rust): fix some type highlights. | Thomas Vigouroux | |
| 2020-08-07 | highlights(rust): add async/await keywords | Thomas Vigouroux | |
| 2020-08-07 | RST: update queries | Santos Gallegos | |
| 2020-08-06 | Add noremap option to mappings | RafaĆ Camlet | |
| 2020-08-05 | PHP: Update locals query | Shirasaka | |
| 2020-08-04 | Python: update textobjects queries | Santos Gallegos | |
| 2020-08-04 | Lua: fix @error capture | Santos Gallegos | |
| 2020-08-04 | Add PHP, TOML, and update HTML, javascript queries | Shirasaka | |
| - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes | |||
| 2020-08-03 | Lua locals: Make property_identifier a reference | Stephan Seitz | |
| 2020-08-02 | feat(install): Export iter_cmd | Stephan Seitz | |
| 2020-08-02 | Add 'all' to completions for TSInstall/TSUpdate/TSUninstall | Stephan Seitz | |
| 2020-08-02 | Add TSUninstall | Stephan Seitz | |
| 2020-08-02 | Add TSUpdate command to update parsers | Stephan Seitz | |
| 2020-08-02 | fix decremental selection | kiyan42 | |
| 2020-08-01 | RST: update locals | Santos Gallegos | |
| 2020-08-01 | RST: update highlights | Santos Gallegos | |
| 2020-07-31 | Merge pull request #241 from steelsojka/master | Steven Sojka | |
| feat(predicates): add adjacent predicate | |||
| 2020-07-31 | feat(predicates): add adjacent predicate | Steven Sojka | |
| 2020-07-29 | Docs: rework readme | Santos Gallegos | |
| - Fix some typos - Remove some unnecessary text that was taking space - Use double quotes in lua examples (this seems to be the convention in the source code) - Sort list of languages so they are easy to find. | |||
| 2020-07-29 | rst: update highlight queries | Santos Gallegos | |
| 2020-07-28 | rename query parser to query from scheme | Steven Sojka | |
