| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Add myself as a maintainer for dart | Akin Sowemimo | 2020-07-23 | 1 | -1/+1 | |
| | | ||||||
| * | Add getter and setter signature highlights | Akin Sowemimo | 2020-07-23 | 1 | -2/+7 | |
| | | ||||||
| * | Add some operators and match classes (with regex) | Akin Sowemimo | 2020-07-23 | 1 | -6/+41 | |
| | | ||||||
| * | Dart highlights: Add some basic queries | Stephan Seitz | 2020-07-23 | 1 | -0/+104 | |
| | | ||||||
| * | Fix #213: Add parser for dart | Stephan Seitz | 2020-07-23 | 2 | -0/+8 | |
| | | ||||||
| * | add js textobject queries | Steven Sojka | 2020-07-22 | 1 | -0/+36 | |
| | | ||||||
| * | Fix #198: prefer method highlighting over attribute | Stephan Seitz | 2020-07-22 | 1 | -4/+4 | |
| | | ||||||
| * | Python highlights: add lambda parameters | Stephan Seitz | 2020-07-22 | 1 | -0/+6 | |
| | | ||||||
| * | Merge pull request #209 from steelsojka/master | Steven Sojka | 2020-07-22 | 2 | -6/+14 | |
| |\ | | | | | add rest_parameters as definition in javascript | |||||
| | * | add rest_parameters as definition in javascript | Steven Sojka | 2020-07-22 | 2 | -6/+14 | |
| | | | ||||||
| * | | fixes golang method highlights (overwritten by parameter in the ordering) | winwisely268 | 2020-07-22 | 1 | -15/+15 | |
| | | | ||||||
| * | | fix readme typos | kiyan42 | 2020-07-21 | 1 | -3/+3 | |
| |/ | ||||||
| * | Fix #206: Use lsp.util.apply_text_edits for smart_rename | Stephan Seitz | 2020-07-20 | 2 | -7/+14 | |
| | | ||||||
| * | Added some more fixes to c# highlighting | Steve Vermeulen | 2020-07-20 | 1 | -0/+12 | |
| | | ||||||
| * | Few more minor fixes to c# highlighting to cover other cases of types being used | Steve Vermeulen | 2020-07-20 | 1 | -10/+9 | |
| | | ||||||
| * | Fixed to use @float instead of just @number | Steve Vermeulen | 2020-07-20 | 1 | -4/+2 | |
| | | ||||||
| * | Commenting out the attempt to highlight method calls for now | Steve Vermeulen | 2020-07-20 | 1 | -5/+7 | |
| | | ||||||
| * | Added myself as c# maintainer | Steve Vermeulen | 2020-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | C# highlighting - Fixed to highlight method calls, and changed break to be ↵ | Steve Vermeulen | 2020-07-20 | 1 | -1/+8 | |
| | | | | | conditional instead of a repeat | |||||
| * | Added more highlight groups to C# file | Steve Vermeulen | 2020-07-20 | 1 | -2/+69 | |
| | | ||||||
| * | Added first attempt at highlighting and text objects for csharp | Steve Vermeulen | 2020-07-20 | 2 | -0/+136 | |
| | | ||||||
| * | C highlights: Add operator "%" | Stephan Seitz | 2020-07-20 | 1 | -0/+2 | |
| | | ||||||
| * | C++ locals: add variadic as @definition.var | Stephan Seitz | 2020-07-20 | 1 | -0/+3 | |
| | | ||||||
| * | C++ highlights: Add decltype keyword | Stephan Seitz | 2020-07-20 | 1 | -0/+1 | |
| | | ||||||
| * | C++ highlights: Highlight variadic parameters | Stephan Seitz | 2020-07-20 | 1 | -0/+4 | |
| | | ||||||
| * | Fixed to use normal! instead of normal | Steve Vermeulen | 2020-07-20 | 1 | -1/+1 | |
| | | ||||||
| * | Python highlights: highlight functions with self as methods (#198) | Stephan Seitz | 2020-07-20 | 1 | -0/+13 | |
| | | | | | Also highlight __init__/__new__ as constructor | |||||
| * | Attach kind of reference to query result instead of using subfields | Stephan Seitz | 2020-07-20 | 3 | -4/+12 | |
| | | | | | | This makes smart_rename work also for types out of the box and we don't need to search for the path of actual node. | |||||
| * | bash: add locals.scm for use with definition highlighting | TravonteD | 2020-07-19 | 1 | -0/+13 | |
| | | ||||||
| * | added go maintainer to README.md | WinWisely268 | 2020-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | go loop and func literal, rust textobject support | winwisely268 | 2020-07-17 | 2 | -2/+88 | |
| | | ||||||
| * | fix(highlights): add array strings | Steven Sojka | 2020-07-17 | 1 | -0/+1 | |
| | | ||||||
| * | fix: fix references and definitions | TravonteD | 2020-07-16 | 1 | -5/+17 | |
| | | | | | | The highlighting when highlighting references and definitions in ruby were off. This corrects that by assigning them to their correct properties. | |||||
| * | Add jsdoc parser | Stephan Seitz | 2020-07-16 | 2 | -0/+9 | |
| | | ||||||
| * | added textobject support for golang | winwisely268 | 2020-07-16 | 1 | -0/+37 | |
| | | ||||||
| * | highlights: some fixes | Thomas Vigouroux | 2020-07-16 | 2 | -6/+7 | |
| | | | | | | Add `goto` keyword for C. Fix typo for lua. | |||||
| * | Refactor locals.lua: | Stephan Seitz | 2020-07-16 | 11 | -294/+289 | |
| | | | | | | - shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua | |||||
| * | Refactor: Add parsers.get_buf_lang | Stephan Seitz | 2020-07-16 | 5 | -11/+18 | |
| | | ||||||
| * | fix(ts_utils): be sure to parse to get root | Thomas Vigouroux | 2020-07-16 | 1 | -1/+1 | |
| | | | | | | | | | 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 | |||||
| * | Python textobjects: Include @decorators and improve @conditional.inner | Stephan Seitz | 2020-07-15 | 1 | -2/+10 | |
| | | ||||||
| * | fix(parsers): add additional typescript filetype to parser | Pierre Poupin | 2020-07-15 | 1 | -0/+1 | |
| | | | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181 | |||||
| * | feat(textobjects): Add `start` to include preceding things like documentation | Stephan Seitz | 2020-07-15 | 4 | -6/+39 | |
| | | ||||||
| * | checkhealth for all query groups | Stephan Seitz | 2020-07-15 | 3 | -20/+14 | |
| | | ||||||
| * | Use C++ parser for "cuda" filetype | Stephan Seitz | 2020-07-15 | 1 | -1/+2 | |
| | | ||||||
| * | fix(configs): deep merge table configs | Steven Sojka | 2020-07-15 | 1 | -37/+5 | |
| | | ||||||
| * | feat(refactor.navigation): update jumplist on jump | Thomas Vigouroux | 2020-07-15 | 1 | -0/+3 | |
| | | | | | | | Push a jumplist item when using `goto_definition`. Fixes #166 | |||||
| * | Update README.md | Thomas Vigouroux | 2020-07-15 | 1 | -0/+9 | |
| | | | | Add a notice on how to temporarily fix highlighting issues. | |||||
| * | fix(configs): simplify module setup process | Thomas Vigouroux | 2020-07-15 | 1 | -17/+9 | |
| | | | | | | | | | Abuse a bit of tbl_extend and tbl_deep_extend. We might want to continue this effort, and simplify this part of the plugin. Fixes #178 | |||||
| * | docs(README): add new actions badge | Thomas Vigouroux | 2020-07-15 | 1 | -0/+1 | |
| | | ||||||
| * | Also check textobjects queries in check-queries.lua | Stephan Seitz | 2020-07-14 | 1 | -1/+1 | |
| | | ||||||
