Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nvim-treesitter/nvim-treesitter

Nvim Treesitter configurations and abstraction layer
https://github.com/nvim-treesitter/nvim-treesitter

Add TSUpdate command to update parsers

a872762d8240d9f81402b69fa7f20d1c1bbda919 authored about 4 years ago by Stephan Seitz <[email protected]>
Add TSUninstall

70939e71c974541a186f855d422cc8f3a420d672 authored about 4 years ago by Stephan Seitz <[email protected]>
fix decremental selection

a855538e0aad238b6f8df6750b81f0ef4880092f authored about 4 years ago by kiyan42 <[email protected]>
RST: update locals

5c5f4c5d548397fbba2ba6dfecd8267bde12deab authored about 4 years ago by Santos Gallegos <[email protected]>
RST: update highlights

8cacd5aaac0aa13a3ba29e15ea822ac80711abf6 authored about 4 years ago by Santos Gallegos <[email protected]>
Merge pull request #241 from steelsojka/master

feat(predicates): add adjacent predicate

e95c14c81dc2f099afbd9ccc5ecb8b1d9f41cf54 authored about 4 years ago by Steven Sojka <[email protected]>
feat(predicates): add adjacent predicate

67509d4627bf67b477b501e2789b0d27ee21dcfb authored about 4 years ago by Steven Sojka <[email protected]>
Docs: rework readme

- Fix some typos
- Remove some unnecessary text that was taking space
- Use double quotes in lua...

5202b7b0986b2a4be8b14e02010fd7390575d775 authored about 4 years ago by Santos Gallegos <[email protected]>
rst: update highlight queries

b1da6ad8b37da25093c76e3cf1c115fe6698ddb4 authored about 4 years ago by Santos Gallegos <[email protected]>
rename query parser to query from scheme

bd1d1adb357aae4ccb3038efd5365cd53de0e805 authored about 4 years ago by Steven Sojka <[email protected]>
Merge pull request #237 from steelsojka/master

feat(parsers): add scheme parser

875a1a0165cb9d30c54ca5eeeb97073a79456a93 authored about 4 years ago by Steven Sojka <[email protected]>
feat(parsers): add scheme parser

aaa24cc47ac49a532c98536dae17c6f97baa26b7 authored about 4 years ago by Steven Sojka <[email protected]>
Lua: update some queries

- Basic textobjects
- Highlighting punctuation symbols

b8e3a2dc6549671466ab4cccd7d4905c333272f3 authored about 4 years ago by Santos Gallegos <[email protected]>
Docs: format and fixes

Format the docs to be consisted and some typos.

6f9e5bf23f651dc1437d9b43220a4f44a122865f authored about 4 years ago by Santos Gallegos <[email protected]>
C++: locals template_declaration must define their own scope in which the template arguments are valid

1301884e97e1c3e4636c9e3e872e8468c2d20d82 authored about 4 years ago by Stephan Seitz <[email protected]>
configs: attach on unknown parsers too

572a4a964bbe4071c3c26c72d4259412761196fa authored about 4 years ago by Thomas Vigouroux <[email protected]>
C/C++ locals: Make `field_identifier` a reference

1d178d75ea30a2e9ab0151867c7e1ededec22e03 authored about 4 years ago by Stephan Seitz <[email protected]>
Java highlights/locals: Add catch_formal_parameter

4a77ac78d07bd3eca5eb57085320efdb4837923d authored about 4 years ago by Stephan Seitz <[email protected]>
Add Java locals

Co-authored: @PitcherTear22

656a5c406446cc908f7c196e1deef9513951239a authored about 4 years ago by Chinmay Dalal <[email protected]>
Java locals: use has-ancestor? to match imports

4f4c4ff6ef38a5d5e84d6697acc857c99928b4a9 authored about 4 years ago by Stephan Seitz <[email protected]>
Java highlights: Add highlight for this

35837b069b94336929b2ab665aadf1b7775e9817 authored about 4 years ago by Stephan Seitz <[email protected]>
Predicates: remove function unlispify and use Lisp names directly

fae96b588ddc734455b51a012c8917c5ee676f69 authored about 4 years ago by Stephan Seitz <[email protected]>
Add predicate: has-ancestor?

6f771507a863d6027ee0f57613d4822516031124 authored about 4 years ago by Stephan Seitz <[email protected]>
Add predicates module

5462fc92cbb6e94d93a7e20d15f81f68d918f71d authored about 4 years ago by Stephan Seitz <[email protected]>
Parsers: add reStructuredText

6f01384cb2d60db4b5990085422711c0a764ed7f authored about 4 years ago by Santos Gallegos <[email protected]>
Dart highlights: add documentation_comment

121c44a23bebefe2272da295d81d9eb5929e4cc4 authored about 4 years ago by Stephan Seitz <[email protected]>
Dart highlighs: disable invalid nodes after parser update to fix CI

8021a769edb542a0d00c1f5765a519361874aa56 authored about 4 years ago by Stephan Seitz <[email protected]>
Go locals: Make func_literal (lambda) a @scope

5b8c110ea49ba4bcd4d4c33153df9e773c5d9672 authored about 4 years ago by Stephan Seitz <[email protected]>
Go locals: use reference.kind for calls

17f99676e179969e57c0ffc6898f86069e27badf authored about 4 years ago by Stephan Seitz <[email protected]>
Go locals: range_clause can define variables

```go
for _, num := range numbers {
fmt.Print(num, " ")
}
```

b7a4c97feb506a05959e864b7ffea8beae6ca86e authored about 4 years ago by Stephan Seitz <[email protected]>
Add myself as a maintainer for dart

3eac4483c0a0505ce12a224833e2221074fb5688 authored about 4 years ago by Akin Sowemimo <[email protected]>
Add attribute to the highlight map

ee83c3bd024871b5938d882a9ff095c0afe43db8 authored about 4 years ago by Akin Sowemimo <[email protected]>
Add some operators and match classes (with regex)

2ae63525dc16e178821fdfc31a265b0916c7caa4 authored about 4 years ago by Akin Sowemimo <[email protected]>
Add getter and setter signature highlights

12feef7af885fdbef21ac5c65e44d58575b52ec4 authored about 4 years ago by Akin Sowemimo <[email protected]>
Rename attribute to annotation

599bec38900b2a7eaeb05a44807d6ab70911e522 authored about 4 years ago by Akin Sowemimo <[email protected]>
Remove todo comment

72efa353f0c669b20a127172211f2e8751569563 authored about 4 years ago by Akin Sowemimo <[email protected]>
Fix #213: Add parser for dart

cd507463acb7fa7d2b7075976d552e04f610dda3 authored about 4 years ago by Stephan Seitz <[email protected]>
Dart highlights: Add some basic queries

1611998ca95816a5eb92e73af076279b22f56225 authored about 4 years ago by Stephan Seitz <[email protected]>
add js textobject queries

e821349661d6d88e412595df46b365581ff10b27 authored about 4 years ago by Steven Sojka <[email protected]>
Fix #198: prefer method highlighting over attribute

5d696053e598f946ace25e38a643e2a618573376 authored about 4 years ago by Stephan Seitz <[email protected]>
Python highlights: add lambda parameters

b89359239890627d868457e86dfd5093f3fcaa6e authored about 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #209 from steelsojka/master

add rest_parameters as definition in javascript

39f3abdf7b88636025913ff0bf0ba1e8bcc10283 authored about 4 years ago by Steven Sojka <[email protected]>
add rest_parameters as definition in javascript

61579811136bac45bafc015429ebbbcc917598b8 authored about 4 years ago by Steven Sojka <[email protected]>
fixes golang method highlights (overwritten by parameter in the ordering)

954b8c718f09e3cb3c699d91b01b283bd48146a0 authored about 4 years ago by winwisely268 <[email protected]>
fix readme typos

d54fe4545b862b789c6a6ac61699526c5c2d5de9 authored about 4 years ago by kiyan42 <[email protected]>
Fix #206: Use lsp.util.apply_text_edits for smart_rename

16af10999c175d0f7cba46cafdf7aba3c1a06aca authored about 4 years ago by Stephan Seitz <[email protected]>
Commenting out the attempt to highlight method calls for now

2391930b702cbd2ab2e2bc90a3d22978e3e14574 authored about 4 years ago by Steve Vermeulen <[email protected]>
Added first attempt at highlighting and text objects for csharp

4d71e1455c1c2ffb9cdae4d9b7c9b472f6a5cbfa authored about 4 years ago by Steve Vermeulen <[email protected]>
Few more minor fixes to c# highlighting to cover other cases of types being used

d22e0dd865296e67213c37a916e8a963b5f0012a authored about 4 years ago by Steve Vermeulen <[email protected]>
Added more highlight groups to C# file

870825e0e81ffd22ecf0f6a6b55f84af05906c0b authored about 4 years ago by Steve Vermeulen <[email protected]>
Added some more fixes to c# highlighting

23a16ab605bb5a38ed4dd6ad5ffd893bd2172250 authored about 4 years ago by Steve Vermeulen <[email protected]>
Fixed to use @float instead of just @number

e6fe7cdab09ec317ee325beb9873cc429de567e3 authored about 4 years ago by Steve Vermeulen <[email protected]>
Added myself as c# maintainer

5db4bb1b3f80fcd846fef579e268fe569b0941db authored about 4 years ago by Steve Vermeulen <[email protected]>
C# highlighting - Fixed to highlight method calls, and changed break to be conditional instead of a repeat

e6300a045a91fd6be2992b60d568f6a28588772b authored about 4 years ago by Steve Vermeulen <[email protected]>
C++ locals: add variadic as @definition.var

496b175d0588676a6ffa76553a5e71d2280b8df9 authored about 4 years ago by Stephan Seitz <[email protected]>
C++ highlights: Highlight variadic parameters

58d52ea62d163096f8a1369c6a3c5faff316b68d authored about 4 years ago by Stephan Seitz <[email protected]>
C highlights: Add operator "%"

64ebd4128eb94eeffd4fe22b643db1056bc83dbe authored about 4 years ago by Stephan Seitz <[email protected]>
C++ highlights: Add decltype keyword

95d3ce23c60e6ef82c0ce72e572984cc2e2619a0 authored about 4 years ago by Stephan Seitz <[email protected]>
Fixed to use normal! instead of normal

3c0684f7f26638020d973c7c9d478b085a8bac30 authored about 4 years ago by Steve Vermeulen <[email protected]>
Python highlights: highlight functions with self as methods (#198)

Also highlight __init__/__new__ as constructor

969edeecedca9a3875e3d34663294e69b73622c0 authored about 4 years ago by Stephan Seitz <[email protected]>
Attach kind of reference to query result instead of using subfields

This makes smart_rename work also for types out of the box and we don't
need to search for the p...

58c6d2a73fa40e2ad2e6f41215737d6ff27c4bf9 authored about 4 years ago by Stephan Seitz <[email protected]>
bash: add locals.scm for use with definition highlighting

45a1c3998d93d743440751fcd65603517d5780ac authored about 4 years ago by TravonteD <[email protected]>
go loop and func literal, rust textobject support

59c084b5d837165328da0fe19a8155f95673ee51 authored over 4 years ago by winwisely268 <[email protected]>
added go maintainer to README.md

dee2dd65ee1ab86a9249cc54a5f577a6dbf8a98a authored over 4 years ago by WinWisely268 <[email protected]>
fix(highlights): add array strings

ac14bad7a800b810ca6e14c7ebc5c514a72a7898 authored over 4 years ago by Steven Sojka <[email protected]>
fix: fix references and definitions

The highlighting when highlighting references and definitions in ruby
were off. This corrects th...

a166d44c8acef593d34d87001dc9b0e152647786 authored over 4 years ago by TravonteD <[email protected]>
Add jsdoc parser

bf1475df7597977fc2c501ece9e4afb64b757001 authored over 4 years ago by Stephan Seitz <[email protected]>
added textobject support for golang

ee4cd7b0fd6a0995f6bd18c32a95cb4dc248828f authored over 4 years ago by winwisely268 <[email protected]>
highlights: some fixes

Add `goto` keyword for C.
Fix typo for lua.

85d2f9ee9390fce82267dccf6814a25748329729 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Refactor locals.lua:

- shared query group stuff -> query.lua
- local-specific stuff from ts_utils -> locals.lua

8cf2dc7f9ad31c7467d28f90aec920018e240b7f authored over 4 years ago by Stephan Seitz <[email protected]>
Refactor: Add parsers.get_buf_lang

a4e2692c7b9fb562eca39ce0bb10ec2544bc7ccb authored over 4 years ago by Stephan Seitz <[email protected]>
fix(ts_utils): be sure to parse to get root

Be sure to call `parser:parser()` to get a tree instead of getting the
tree directly. This will ...

1849f30bb5d7f78ad0c3b129456917f170e4acf4 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Python textobjects: Include @decorators and improve @conditional.inner

a382e28c951f3dac09de9e963ab71966b54209cf authored over 4 years ago by Stephan Seitz <[email protected]>
fix(parsers): add additional typescript filetype to parser

Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/181

7037f39ae9694d321a0f3a23a5163737564ca560 authored over 4 years ago by Pierre Poupin <[email protected]>
feat(textobjects): Add `start` to include preceding things like documentation

b480d25155d69d53fb4aaaacdfdfef410ea8ddc9 authored over 4 years ago by Stephan Seitz <[email protected]>
checkhealth for all query groups

31d1f068fd0bec54af4250e9184227741297739a authored over 4 years ago by Stephan Seitz <[email protected]>
Use C++ parser for "cuda" filetype

f5f5e3ec51c5f47f394e04694eb23f20fd914200 authored over 4 years ago by Stephan Seitz <[email protected]>
fix(configs): deep merge table configs

ec2f4df1d8dad52d41a457513821907024c631b5 authored over 4 years ago by Steven Sojka <[email protected]>
feat(refactor.navigation): update jumplist on jump

Push a jumplist item when using `goto_definition`.

Fixes #166

919b38091f079396d718c9ea823f29ca07314d99 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Update README.md

Add a notice on how to temporarily fix highlighting issues.

250289b3d607bec4b7426934ec7d47fa6615f059 authored over 4 years ago by Thomas Vigouroux <[email protected]>
fix(configs): simplify module setup process

Abuse a bit of tbl_extend and tbl_deep_extend.
We might want to continue this effort, and simpli...

e405802863baa84eaf468e8169c048ab5f6c64c0 authored over 4 years ago by Thomas Vigouroux <[email protected]>
docs(README): add new actions badge

8670df09055dce37ca9625e11e66dbe7567dfcf7 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Add Python textobjects

d685d826825d9317af085407414daba05eb8a3d8 authored over 4 years ago by Stephan Seitz <[email protected]>
Add C/C++ textobjects

5e83307a439f5a432f056f5731381ff911f2a155 authored over 4 years ago by Stephan Seitz <[email protected]>
Also check textobjects queries in check-queries.lua

01c9f823f6bab550aeed777d271fa5473fda93b5 authored over 4 years ago by Stephan Seitz <[email protected]>
Add textobjects module

69cabc69be49bc37c8a9bbb7def1415504b489b2 authored over 4 years ago by Stephan Seitz <[email protected]>
Update documentation for new modules 'refactor'/'textobjects'

d351c9b342141b9e455740bd0e371a02a3d4470a authored over 4 years ago by Stephan Seitz <[email protected]>
Add workflow for checking query files

c42c38a8346dd9edda96477b774d3e086cd73650 authored over 4 years ago by Stephan Seitz <[email protected]>
Fix highlight of usages after merging highlight_current_scope

7d8fc9c4cd0b61808b250a30ff000c20af4098c7 authored over 4 years ago by Stephan Seitz <[email protected]>
Cpp locals: Fix syntax

faa413287ce4389767623fd01d73b76536ae810a authored over 4 years ago by Stephan Seitz <[email protected]>
Add ts_utils.highlight_node

8dfe085c41954def22d75daeafae8017b9b6a667 authored over 4 years ago by Stephan Seitz <[email protected]>
Add module refactor.highlight_current_scope

ee80e1ebc51f4e627e1d3c4a320e846baf343184 authored over 4 years ago by Stephan Seitz <[email protected]>
Add rust locals.scm

a027ffbe825d543f9637bb636ebb61b9ada41592 authored over 4 years ago by Stephan Seitz <[email protected]>
Fix #167: Add custom_captures config key to set highlights for custom queries

97ad374816726661c3e5447fafd46264ad00409d authored over 4 years ago by Stephan Seitz <[email protected]>
C/C++ highlights: Small improvements for type definitions

f803c74ebc1e30ae8d047c087d9b094134a667d5 authored over 4 years ago by Stephan Seitz <[email protected]>
Lint: remove second argument for one-argument function

26cb05f2056834cff80f236370cd79d4fc503007 authored over 4 years ago by Stephan Seitz <[email protected]>
Update example

366e8b43bfe508ffaab2a905135a7c5c5a88fb06 authored over 4 years ago by Santos Gallegos <[email protected]>
Typo

4f3954732beb4dc564040816600b563bcb736300 authored over 4 years ago by Santos Gallegos <[email protected]>
docs: add GH actions build badge

d891c6eb063ed33afd808a283d0a52988f15f68f authored over 4 years ago by Thomas Vigouroux <[email protected]>
docs: remove unused build status badge

81c5f88ee3e0ddcb4d3e3a96f7564c31f550fc2d authored over 4 years ago by Thomas Vigouroux <[email protected]>