| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-08-17 | some refacto, doc fixes and jsx queries | kiyan42 | |
| - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file | |||
| 2020-08-17 | chore(textobjects): split up into submodules | Stephan Seitz | |
| 2020-08-17 | Textobjects: set jump before going to adjacent_textobject | Stephan Seitz | |
| 2020-08-17 | Textobject goto: treat end differently that start | Stephan Seitz | |
| 2020-08-17 | Textobjects: Allow nested textobjects on goto_adjacent | Stephan Seitz | |
| 2020-08-17 | chore(textobject): use query.find_best_match to find next/previous textobject | Stephan Seitz | |
| 2020-08-17 | Textobjects: provide mappings for all swap/goto functions | Stephan Seitz | |
| 2020-08-17 | Textobjects: Add goto_adjacent | Stephan Seitz | |
| 2020-08-17 | Textobjects: add swap feature | Stephan Seitz | |
| 2020-08-16 | Add fennel support | TravonteD | |
| 2020-08-16 | Merge pull request #296 from steelsojka/feat-is-predicate | Steven Sojka | |
| feat(highlights): add is predicate | |||
| 2020-08-16 | Merge pull request #295 from steelsojka/feature/set-scopes-for-definitions | Steven Sojka | |
| feat(defintions): allow setting of scope | |||
| 2020-08-16 | feat(definitions): allow setting of scope | Steven Sojka | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
| 2020-08-15 | fix: check 'after' against third directory | Rafał Camlet | |
| 2020-08-15 | Merge pull request #291 from vigoux/post-upstream-work | Steven Sojka | |
| fix: refactor after upstream refactor | |||
| 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-13 | fix(definitions): optimize and fix definition highlighting | Steven Sojka | |
| 2020-08-11 | perf: cache parser file list for performance | Thomas Vigouroux | |
| 2020-08-11 | pass full module path in recurse accumulator to enable/disable sub modules | Laxman Sooriyathas | |
| 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 | configs: actually enable and disable on setup | Thomas Vigouroux | |
| 2020-08-10 | fix(highlight): Use TSParameter | Thomas Vigouroux | |
| 2020-08-09 | Change capture groups and add variable highlights | Akin Sowemimo | |
| 2020-08-09 | Lua: highlight function name | Santos Gallegos | |
| 2020-08-06 | Add noremap option to mappings | Rafał Camlet | |
| 2020-08-02 | feat(install): Export iter_cmd | 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-07-31 | feat(predicates): add adjacent predicate | Steven Sojka | |
| 2020-07-28 | rename query parser to query from scheme | Steven Sojka | |
| 2020-07-28 | feat(parsers): add scheme parser | Steven Sojka | |
| 2020-07-27 | configs: attach on unknown parsers too | Thomas Vigouroux | |
| 2020-07-27 | Predicates: remove function unlispify and use Lisp names directly | Stephan Seitz | |
| 2020-07-27 | Add predicate: has-ancestor? | Stephan Seitz | |
| 2020-07-27 | Add predicates module | Stephan Seitz | |
| 2020-07-27 | Parsers: add reStructuredText | Santos Gallegos | |
| 2020-07-23 | Rename attribute to annotation | Akin Sowemimo | |
| 2020-07-23 | Add attribute to the highlight map | Akin Sowemimo | |
| 2020-07-23 | Fix #213: Add parser for dart | Stephan Seitz | |
| 2020-07-20 | Fix #206: Use lsp.util.apply_text_edits for smart_rename | Stephan Seitz | |
| 2020-07-20 | Fixed to use normal! instead of normal | Steve Vermeulen | |
| 2020-07-16 | Add jsdoc parser | Stephan Seitz | |
| 2020-07-16 | Refactor locals.lua: | Stephan Seitz | |
| - shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua | |||
| 2020-07-16 | Refactor: Add parsers.get_buf_lang | Stephan Seitz | |
| 2020-07-16 | fix(ts_utils): be sure to parse to get root | Thomas Vigouroux | |
| Be sure to call `parser:parser()` to get a tree instead of getting the tree directly. This will not cost anything is the buffer is freshly parsed. Fixes #181 | |||
| 2020-07-15 | fix(parsers): add additional typescript filetype to parser | Pierre Poupin | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181 | |||
