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

fix get_package_path function for paths with trailing slash

cf9df713412491e48ecb69788eae587577f0de81 authored about 4 years ago by Oleg Matrokhin <[email protected]>
C highlights: make `preproc_defined` @function.macro

1cdf8bf7501129154679fdf52dadc0e6c2e6a231 authored about 4 years ago by Stephan Seitz <[email protected]>
docs(README): add link to Windows wiki page

c5d07a01f6bce6aa9da47c91b66768b8ecd4003a authored about 4 years ago by Stephan Seitz <[email protected]>
Add Windows support (mingw)

ce7efd34c688ae8d548cf384b215975ef3e6fd98 authored about 4 years ago by Stephan Seitz <[email protected]>
fix(health): only check installed parsers

This is to avoid awfully long checkhealths. And not installed parsers
can be infered from the fa...

34160bb6f215d020a1b741a2fd4e54bbde23fd19 authored about 4 years ago by Thomas Vigouroux <[email protected]>
docs: document foldmethod workarounds

dee3c242d9802656a87cefa41bad34fc199b4b72 authored about 4 years ago by Thomas Vigouroux <[email protected]>
C highlights: add bitwise-xor operator

5f37847dd8e8754df59cc627fd7307c30d21f2cd authored about 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #348 from theHamsta/readme-comma

docs: fix syntax error in README example

e8fa0d0b31954314528bb88de3b8357af75d21fd authored about 4 years ago by Steven Sojka <[email protected]>
fix(locals): add js namespace import as definition

a8ec43da64837de7a6f9bbc7d11a09b97feb16a5 authored about 4 years ago by Steven Sojka <[email protected]>
docs: fix syntax error in README example

2bd13c9d410384eba14b245342c53c68ac151dbf authored about 4 years ago by Stephan Seitz <[email protected]>
feat(CI): print text what went wrong when README CI fails

47b45ff8835d948bcdbe18486fe06ebb29649fb8 authored about 4 years ago by Stephan Seitz <[email protected]>
Fix #292: Add parser links to README.md

7c9ffe9e190cd954dc56fac74d5bf80448cb4b8c authored about 4 years ago by Stephan Seitz <[email protected]>
fix(locals): add nil guard for definition id creation

5d97cc5e09283ab67a12e3f49f1d610f154c04d3 authored about 4 years ago by Steven Sojka <[email protected]>
feat(highlights): add ocaml

3fe5a067b3deb98e7554c94b2ac6160e99d9c186 authored about 4 years ago by Pau Ruiz Safont <[email protected]>
feat(c/cpp highlights): highlight pointer/reference parameters

32fdbe519e3449f5f7d85e1ddb361685e5ac57e7 authored about 4 years ago by Stephan Seitz <[email protected]>
C++ highlights: Add initial support for attributes

627a1e558f8a534a779e017edbe1d3bb5f7a0768 authored about 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #330 from steelsojka/fix-do-not-reattach

fix(modules): do not reattach if already attached

3b2cb65d4cfc6e86026f8cc6bf63c180d271ebe3 authored about 4 years ago by Steven Sojka <[email protected]>
fix(modules): do not reattach if already attached

3fe8bbcf9c238c70ffd7a01982d98981b346984e authored about 4 years ago by Steven Sojka <[email protected]>
fix(smart_rename): fix usages call

53fda90be0ae56b6b8b47af1f8a86733447532c5 authored about 4 years ago by Steven Sojka <[email protected]>
Merge pull request #331 from theHamsta/sudo-style-check

Run style check as sudo

f3a515b3506f7ad6bd2ce88f0e150e32b93cb2dd authored about 4 years ago by Steven Sojka <[email protected]>
fix(CI): Run style check as sudo

81182975ee2dbb747470b2ba25c5799b3f5fea2e authored about 4 years ago by Stephan Seitz <[email protected]>
Python highlights: add additional operators

This is applies the upstream PR to our repo:
https://github.com/tree-sitter/tree-sitter-python/p...

5c0ca925af3332769f04c122ecb5bb9a5ca36dd0 authored about 4 years ago by Stephan Seitz <[email protected]>
Deduplicate queries/rust/highlights.scm

Co-authored-by: TravonteD <[email protected]>

aacca0abf11dae61fd2f64bb6c3141ce75b198ae authored about 4 years ago by Avi Dessauer <[email protected]>
Highlight operators + improve consistency with Vim syntax

df37483e3a036973464caa113fa2b99e440e663f authored about 4 years ago by Avi Dessauer <[email protected]>
Change self back to variable.builtin

d2538ab7a7ca403d8185fe42a985eaf385c9e70e authored about 4 years ago by Avi Dessauer <[email protected]>
Docs: fix textobjects

7e704852dcbd5a1903f17bd19068f69ef51c699c authored about 4 years ago by evakuator <[email protected]>
Docs: remove enable=true from textobjects module

6f1908a2ecd61071af9203b8d058ce189476b38c authored about 4 years ago by evakuator <[email protected]>
Docs: documentation for modules/submodules

7f81df44098a7fef93d6901a06b8312c5b8619d7 authored about 4 years ago by Santos Gallegos <[email protected]>
Merge pull request #324 from stsewd/python-fix

Python: fix some highlights

393900b38702caf2add60e1b5d1177431ad1c24f authored about 4 years ago by Steven Sojka <[email protected]>
Python: fix some highlights

These aren't valid lua patterns

fe8d91b748d6f250434f1227a2b2837b09b134ae authored about 4 years ago by Santos Gallegos <[email protected]>
Merge pull request #323 from nathunsmitty/master

Rename @function.method to @method

761faf23b7982227d6610983739644c22cc1cd5d authored about 4 years ago by Steven Sojka <[email protected]>
@function.method -> @method

05798284ff3dfec983906a7e2adea91b20727d42 authored about 4 years ago by Nathan Smith <[email protected]>
Python: update highlights

- Fix "as" outside imports
- Add builtin classes and constants

6effdfbdc420f1974b091ff9912ca4369ddff20f authored about 4 years ago by Santos Gallegos <[email protected]>
Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closing

add jsx fragment and jsx self closing element highlights

54b485ba7b76de12928ad2bcda61c902b986ef28 authored about 4 years ago by Steven Sojka <[email protected]>
chore(highlights): remove is predicate usage

cab871795916bdfd2acef71ce0da41c08b56a576 authored about 4 years ago by Steven Sojka <[email protected]>
Merge pull request #305 from theHamsta/textobjects-submodules

Textobjects submodules

b796f0725d913cba0a292bb7b750f0403b07c94a authored about 4 years ago by Steven Sojka <[email protected]>
add jsx fragment and jsx self closing element highlights

9c8c01dc0fb49b633c50b69262baccbe7d8f2725 authored about 4 years ago by kiyan42 <[email protected]>
Avoid duplication of help tags

0b3cd6c131a5ee9e3377c6b348c2b8995a848967 authored about 4 years ago by delphinus <[email protected]>
some refacto, doc fixes and jsx queries

- compute query language extensions *after* default ones
(jsx after javascript)
- remove outdate...

20e448882e1463958d13219d9418de9a4b73480b authored about 4 years ago by kiyan42 <[email protected]>
chore(textobjects): split up into submodules

52168114594d791a3ae6092ab2489758da7b3ae8 authored about 4 years ago by Stephan Seitz <[email protected]>
Textobjects: set jump before going to adjacent_textobject

32271b26ef64433b2d9cc41392594db614449a4c authored about 4 years ago by Stephan Seitz <[email protected]>
Textobjects: Allow nested textobjects on goto_adjacent

be2cfc1bca7194de4eb9dcdf9d3867be12c8b767 authored about 4 years ago by Stephan Seitz <[email protected]>
Textobject goto: treat end differently that start

f3ed370643dee45a3ea253a780cd30e74361d2bd authored about 4 years ago by Stephan Seitz <[email protected]>
Textobjects: provide mappings for all swap/goto functions

e629efafd8f529ff9b1297b947b4438bf4d2265c authored about 4 years ago by Stephan Seitz <[email protected]>
Textobjects: Add goto_adjacent

1642e37499e0d58952cb6b5e3bedc9126cc43e4a authored about 4 years ago by Stephan Seitz <[email protected]>
chore(textobject): use query.find_best_match to find next/previous textobject

f6681c230f0eb8be0f3f9375b2da205681ea1fc9 authored about 4 years ago by Stephan Seitz <[email protected]>
Textobjects: add swap feature

5cfa03f2bdf312213b69cae329645f48da904ea1 authored about 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #316 from TravonteD/fennel

Add fennel support

a5c89f3762a50f853a811f0272f23244499c8381 authored about 4 years ago by Steven Sojka <[email protected]>
Add fennel support

72905524c2ef78536dbe148f311e634815ead40b authored about 4 years ago by TravonteD <[email protected]>
Python: update highlights

- Get rid of @self
- Highlight methods correctly
- Highlight self as the first parameter of a me...

cf37d143bf29901bb59a3215085944322566568c authored about 4 years ago by Santos Gallegos <[email protected]>
Python: update locals

ed3469b59fc1a94becc8df2d4a0d662551197e0e authored about 4 years ago by Santos Gallegos <[email protected]>
docs(hlgroups): document TSAnnotation, TSCurrentScope, TSDefinition,

TSDefinitionUsage

d2c5e496c01e4e986e66a4c9f8c2acfa09e9fd12 authored about 4 years ago by Stephan Seitz <[email protected]>
Docs: document `@punctuation.special`

d4d77d6053f68d7781f2128e4f4e3db4ea0522e7 authored about 4 years ago by Santos Gallegos <[email protected]>
fix(queries): use vim-match for non lua regexes

ce43dbf54cdc017e6885381f38ea056f78c4e55b authored about 4 years ago by Steven Sojka <[email protected]>
Merge pull request #296 from steelsojka/feat-is-predicate

feat(highlights): add is predicate

4a747aa30cc7d1ac73ebe5ac5cee97bf5fccc6d6 authored about 4 years ago by Steven Sojka <[email protected]>
Merge pull request #295 from steelsojka/feature/set-scopes-for-definitions

feat(defintions): allow setting of scope

5462027bebe29a9ee7d1aa2f2f678c81d3be1283 authored about 4 years ago by Steven Sojka <[email protected]>
feat(definitions): allow setting of scope

7f7219b379a4e38ff6ad2c4e80c45b63a7c078dc authored about 4 years ago by Steven Sojka <[email protected]>
feat(highlights): add is predicate

579c9936d617ca1d7f01542a4b8000972c1ce73c authored about 4 years ago by Steven Sojka <[email protected]>
[java] Add label highlight

64df3e1791f0843cbea08035db8ee277cd8c8777 authored about 4 years ago by Chinmay Dalal <[email protected]>
fix: check 'after' against third directory

83210fa412b5b63a6e7717ae576536b7a10f6aef authored about 4 years ago by Rafał Camlet <[email protected]>
Merge pull request #291 from vigoux/post-upstream-work

fix: refactor after upstream refactor

994baf45396972d9eb6b918e0757d2eceecc8130 authored about 4 years ago by Steven Sojka <[email protected]>
docs: document the new runtime query system

a9abe2b9b084958ffcbf8a696ced416eff24fbfe authored about 4 years ago by Thomas Vigouroux <[email protected]>
feat: intuitive runtime queries

Starting now, runtime queries will be sourced in this order :

- Queries that are not in any `af...

26c8d1eac0d85db4ce62574bf4c6c5a328e17f80 authored about 4 years ago by Thomas Vigouroux <[email protected]>
fix: refactor after upstream refactor

98b75150140ca37a29a8244c7606846a9cb0af3c authored about 4 years ago by Thomas Vigouroux <[email protected]>
fix(locals): add shorthand identifiers as references and definitions

e5434fc21edb721e7624fa3a40f78c4c5ff97a79 authored about 4 years ago by Steven Sojka <[email protected]>
Python highlights: Highlight ->, ...

187dc8e3f55c2eddcb9fd3d89e6bae4eece17aa9 authored about 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #284 from steelsojka/fix-usages

fix(definitions): optimize and fix definition highlighting

52420544ff5b8d19837f7e5695e3b37aed9add75 authored about 4 years ago by Steven Sojka <[email protected]>
fix(definitions): optimize and fix definition highlighting

282e33ad9c96a44a092ab8a356bba7626c838b68 authored about 4 years ago by Steven Sojka <[email protected]>
fix(highlight): link TSVariable to Normal

1846d92ec62c5ac6403387b64a8ee3f97a59b765 authored about 4 years ago by Thomas Vigouroux <[email protected]>
Fix #286: Highlight C++ raw_string_literal

c41b6e919739fbd92032241944657664318588d8 authored about 4 years ago by Stephan Seitz <[email protected]>
fix(java): add lambdas as a scope

7806b16cc2810e3f1d3ee4281d0c4e95f48be2ad authored about 4 years ago by Steven Sojka <[email protected]>
perf: cache parser file list for performance

ba3167a1a4fdc9028eb1f088e823ac1dceb202f4 authored about 4 years ago by Thomas Vigouroux <[email protected]>
RST: update textobjects

8f3b601bcceeee924190f6983dc517fdcf02ea62 authored about 4 years ago by Santos Gallegos <[email protected]>
docs: advertize zulip instead of gitter

b70269f01c9390d1733c073eeb0e340b920cc358 authored about 4 years ago by Thomas Vigouroux <[email protected]>
pass full module path in recurse accumulator to enable/disable sub modules

0478fe8a481a1c6075730ea1656397a950df9e0f authored about 4 years ago by Laxman Sooriyathas <[email protected]>
Lua highlights: add operator "=" and punctuation

1c366a3a1cb9702fafaaf5a8281e7caecc3f4fc0 authored about 4 years ago by Stephan Seitz <[email protected]>
fix(locals): fix find definition implementation (#274)

Co-authored-by: Thomas Vigouroux <[email protected]>

4f2689c501c23d7dae123757ed7d8d0cde5ae804 authored about 4 years ago by Steven Sojka <[email protected]>
fix(queries): don't load queries on startup

4982d05ec77934aa6153bc3758ef146dea94c9f3 authored about 4 years ago by Steven Sojka <[email protected]>
Merge pull request #273 from vigoux/fix-enable-disable

configs: actually enable and disable on setup

47a4eadf4471af2b57fad405bd0a7b42cdf0fba6 authored about 4 years ago by Steven Sojka <[email protected]>
configs: actually enable and disable on setup

0a1353e8aaf26c2ecad629f52dbf2088a5282fac authored about 4 years ago by Thomas Vigouroux <[email protected]>
fix(highlight): Use TSParameter

5a7579c8f5e8edddcce44f477961d111432772d8 authored about 4 years ago by Thomas Vigouroux <[email protected]>
Add break and increment operators and tweak formatting

aaa990053a36d7072c2d08af1c46e03355445293 authored about 4 years ago by Akin Sowemimo <[email protected]>
Update contributing.md

bbe8e5eab23c2b3a6fe523f5c883504dcc0492a4 authored about 4 years ago by Akin Sowemimo <[email protected]>
Add new highlight queries

d4fbbc05af82c6db93ceccf5c060dae1ca7f7cc6 authored about 4 years ago by Akin Sowemimo <[email protected]>
Add todo comment and change this highlight group

942fe704522c860d8d1514f9d1116dd28aac73c7 authored about 4 years ago by Akin Sowemimo <[email protected]>
Re add missing comments

941e40f659c3a965a6acee1cbb53ea3a6b13ce58 authored about 4 years ago by Akin Sowemimo <[email protected]>
Change capture groups and add variable highlights

1427c43cf0677fe221a44bc226b20e0c6538291a authored about 4 years ago by Akin Sowemimo <[email protected]>
Lua: highlight function name

429036317aa67b097fa4a04b8dda5551266b942e authored about 4 years ago by Santos Gallegos <[email protected]>
Add troubleshooting for when a parser changes

This should be merged after https://github.com/nvim-treesitter/nvim-treesitter/pull/243

688161c174279c278454020c735aa186a52ccaca authored about 4 years ago by Santos Gallegos <[email protected]>
highlights(rust): add async/await keywords

94a505626991f2423dc3b986186f2f6cb857aabb authored about 4 years ago by Thomas Vigouroux <[email protected]>
highlights(rust): fix some type highlights.

6133257ed6dcaec35feaa31f9afa0245668dfe48 authored about 4 years ago by Thomas Vigouroux <[email protected]>
RST: update queries

81d444c498c94a5f159dfa5e9e2c8017583a8beb authored about 4 years ago by Santos Gallegos <[email protected]>
Add noremap option to mappings

3c7528a29458a94dff3730f08356b7505a9bbda1 authored about 4 years ago by Rafał Camlet <[email protected]>
PHP: Update locals query

dccc250add3ead4298817bfce2f69682e1d1c0ff authored about 4 years ago by Shirasaka <[email protected]>
Python: update textobjects queries

124ff3bf5680e746dc4d504f67a1b437fcb50365 authored about 4 years ago by Santos Gallegos <[email protected]>
Lua: fix @error capture

32c19ec1e89c0d5ad7267dcc574b4c0fb2268a21 authored about 4 years ago by Santos Gallegos <[email protected]>
Add PHP, TOML, and update HTML, javascript queries

- PHP : Add highlights and locals query
- TOML : Add highlights and locals query
...

f372e2ab87fc9c6d13cd16b69d7ef08479e7b963 authored about 4 years ago by Shirasaka <[email protected]>
Lua locals: Make property_identifier a reference

a0abaf936ce5ea4b3f87d4af3eb95ef9ae2a91d4 authored about 4 years ago by Stephan Seitz <[email protected]>
Add 'all' to completions for TSInstall/TSUpdate/TSUninstall

775ce30eddea6c6266f35829e525b7c26ebdf639 authored about 4 years ago by Stephan Seitz <[email protected]>
feat(install): Export iter_cmd

0f1dcc396ab2a0915a162edc0fd05953e188a578 authored about 4 years ago by Stephan Seitz <[email protected]>