aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add myself as a maintainer for dartAkin Sowemimo2020-07-231-1/+1
|
* Add getter and setter signature highlightsAkin Sowemimo2020-07-231-2/+7
|
* Add some operators and match classes (with regex)Akin Sowemimo2020-07-231-6/+41
|
* Dart highlights: Add some basic queriesStephan Seitz2020-07-231-0/+104
|
* Fix #213: Add parser for dartStephan Seitz2020-07-232-0/+8
|
* add js textobject queriesSteven Sojka2020-07-221-0/+36
|
* Fix #198: prefer method highlighting over attributeStephan Seitz2020-07-221-4/+4
|
* Python highlights: add lambda parametersStephan Seitz2020-07-221-0/+6
|
* Merge pull request #209 from steelsojka/masterSteven Sojka2020-07-222-6/+14
|\ | | | | add rest_parameters as definition in javascript
| * add rest_parameters as definition in javascriptSteven Sojka2020-07-222-6/+14
| |
* | fixes golang method highlights (overwritten by parameter in the ordering)winwisely2682020-07-221-15/+15
| |
* | fix readme typoskiyan422020-07-211-3/+3
|/
* Fix #206: Use lsp.util.apply_text_edits for smart_renameStephan Seitz2020-07-202-7/+14
|
* Added some more fixes to c# highlightingSteve Vermeulen2020-07-201-0/+12
|
* Few more minor fixes to c# highlighting to cover other cases of types being usedSteve Vermeulen2020-07-201-10/+9
|
* Fixed to use @float instead of just @numberSteve Vermeulen2020-07-201-4/+2
|
* Commenting out the attempt to highlight method calls for nowSteve Vermeulen2020-07-201-5/+7
|
* Added myself as c# maintainerSteve Vermeulen2020-07-201-1/+1
|
* C# highlighting - Fixed to highlight method calls, and changed break to be ↵Steve Vermeulen2020-07-201-1/+8
| | | | conditional instead of a repeat
* Added more highlight groups to C# fileSteve Vermeulen2020-07-201-2/+69
|
* Added first attempt at highlighting and text objects for csharpSteve Vermeulen2020-07-202-0/+136
|
* C highlights: Add operator "%"Stephan Seitz2020-07-201-0/+2
|
* C++ locals: add variadic as @definition.varStephan Seitz2020-07-201-0/+3
|
* C++ highlights: Add decltype keywordStephan Seitz2020-07-201-0/+1
|
* C++ highlights: Highlight variadic parametersStephan Seitz2020-07-201-0/+4
|
* Fixed to use normal! instead of normalSteve Vermeulen2020-07-201-1/+1
|
* Python highlights: highlight functions with self as methods (#198)Stephan Seitz2020-07-201-0/+13
| | | | Also highlight __init__/__new__ as constructor
* Attach kind of reference to query result instead of using subfieldsStephan Seitz2020-07-203-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 highlightingTravonteD2020-07-191-0/+13
|
* added go maintainer to README.mdWinWisely2682020-07-171-1/+1
|
* go loop and func literal, rust textobject supportwinwisely2682020-07-172-2/+88
|
* fix(highlights): add array stringsSteven Sojka2020-07-171-0/+1
|
* fix: fix references and definitionsTravonteD2020-07-161-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 parserStephan Seitz2020-07-162-0/+9
|
* added textobject support for golangwinwisely2682020-07-161-0/+37
|
* highlights: some fixesThomas Vigouroux2020-07-162-6/+7
| | | | | Add `goto` keyword for C. Fix typo for lua.
* Refactor locals.lua:Stephan Seitz2020-07-1611-294/+289
| | | | | - shared query group stuff -> query.lua - local-specific stuff from ts_utils -> locals.lua
* Refactor: Add parsers.get_buf_langStephan Seitz2020-07-165-11/+18
|
* fix(ts_utils): be sure to parse to get rootThomas Vigouroux2020-07-161-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.innerStephan Seitz2020-07-151-2/+10
|
* fix(parsers): add additional typescript filetype to parserPierre Poupin2020-07-151-0/+1
| | | Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181
* feat(textobjects): Add `start` to include preceding things like documentationStephan Seitz2020-07-154-6/+39
|
* checkhealth for all query groupsStephan Seitz2020-07-153-20/+14
|
* Use C++ parser for "cuda" filetypeStephan Seitz2020-07-151-1/+2
|
* fix(configs): deep merge table configsSteven Sojka2020-07-151-37/+5
|
* feat(refactor.navigation): update jumplist on jumpThomas Vigouroux2020-07-151-0/+3
| | | | | | Push a jumplist item when using `goto_definition`. Fixes #166
* Update README.mdThomas Vigouroux2020-07-151-0/+9
| | | Add a notice on how to temporarily fix highlighting issues.
* fix(configs): simplify module setup processThomas Vigouroux2020-07-151-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 badgeThomas Vigouroux2020-07-151-0/+1
|
* Also check textobjects queries in check-queries.luaStephan Seitz2020-07-141-1/+1
|