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

docs: add hint on configuring custom filetypes (#5552)

I thought that this functionality was not possible but there's actually
an API for it. This seem...

1bfefd1f98dae54576a54b59b42379b275a00414 authored 12 months ago by Hugo <[email protected]>
Update parsers: sql, wing

eb3faef3a44641e5875581e901b0a8df8da2bde4 authored almost 1 year ago by GitHub <[email protected]>
Update parsers: dart, wing

afa103385a2b5ef060596ed822ef63276ae88016 authored about 1 year ago by GitHub <[email protected]>
Update parsers: c, cuda, glsl, hlsl, sql, wing

9c4fc86b67c1d68141cef57846d24cbee9b74fb0 authored about 1 year ago by GitHub <[email protected]>
Update parsers: awk, c, gstlaunch, sql, t32, wing (#5530)

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

49e71322db582147ce8f4df1853d9dab08da0826 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update README

43694a240cce2fbaf3f573bd5e0864eefaf32e4f authored about 1 year ago by Github Actions <actions@github>
fix(scala): add `for_expression` locals

This change does two main things:

1. Indicate that `(for_expression)`'s introduce a `@scope` ...

4c9da29cbdc100c6a48b18975c015e54e620c298 authored about 1 year ago by Robert Jackson <[email protected]>
fix(scala): ensure `function_definition` is in parent scope

dba7d120e5e2e6b0c7871268487371cb8d037d18 authored about 1 year ago by Robert Jackson <[email protected]>
feat: add gstreamer pipeline syntax (`gstlaunch`)

159272a809c122a0b8ce815acea5265ebb66055b authored about 1 year ago by Stephan Seitz <[email protected]>
fix(unison): improve highlight queries

7eadc8715dad1f489dfa04e1f1f0f5caecd26f2f authored about 1 year ago by zetashift <[email protected]>
fix(elixir): highlight functions without parenthesis (#5511)

Elixir does not require parenthesis after the function name for a
valid function definition.

6608e2c868566b85d91b48e5991577f6002690e7 authored about 1 year ago by Alexander Sieg <[email protected]>
refactor: improve readability

981b13b886d69e395bed1840790ea9e38f73266a authored about 1 year ago by Carlos Afonso <[email protected]>
fix(php): fix indentation for in between braces

bf87a16712124ed8485e359fda321861de769d2a authored about 1 year ago by Carlos Afonso <[email protected]>
fix(markdown): set block quote priority within allowed range

28e1361d4abdc9aec669a767c8b9f96ad21fe1a6 authored about 1 year ago by Riley Bruins <[email protected]>
fix(markdown): give code blocks higher priority than block quotes

ea5f5fddad37a69ef50c4dceb1b790586f14f692 authored about 1 year ago by Riley Bruins <[email protected]>
fix(scala): Mark (lambda_expression) without bindings as @defintition.parameters

When you have a lambda expression like:

```scala
val fruits = List("apple", "banana", "avocado"...

262e9b1e867ad30ff2cd433160b879d5ec4b3769 authored about 1 year ago by Robert Jackson <[email protected]>
feat(haskell): highlights improvements

- Consider functions with only one value on the rhs as variables
- Applied composition: `(f . g)...

d33dbdab0138d78b285e9dddc8287239776488f5 authored about 1 year ago by Marc Jakobi <[email protected]>
fix(typescript): do not highlight undefined as variable

f8fcb0da0618be551560a57fa1457dc6f889e568 authored about 1 year ago by Munif Tanjim <[email protected]>
Update parsers: beancount, wing

f213fae3ddbced99a15e85ae387f2da897c4d1d7 authored about 1 year ago by GitHub <[email protected]>
fix(php): highlight `never` as `@type.builtin` (#5522)

ad02fbcdfc391017cad462e04e4740d2887cfa2e authored about 1 year ago by nsfisis <[email protected]>
Update parsers: liquidsoap, t32, wing

eefea35865f1fccc090af7700453d8a979c92035 authored about 1 year ago by GitHub <[email protected]>
feat(java): highlight `var` as `@type.builtin`

0d5c611e3fd36353b11b412661ff4f07bcc8e5c6 authored about 1 year ago by Ibrahim Delice <[email protected]>
fix(java): move @ to `@attribute`

b59a1fa07515d849caeb651b621617b0e1ffd253 authored about 1 year ago by Ibrahim Delice <[email protected]>
fix(injections): fix injection for hurl for new injection syntax

168972a0d53170767e49d44f678ca721a2472560 authored about 1 year ago by Kevin Durbin <[email protected]>
feat(nix): some highlight improvements

- functions
- builtin functions with prefix
- add test file

783e5fc3079680b307e8ac518935317907e71a59 authored about 1 year ago by Marc Jakobi <[email protected]>
Update parsers: wing

49f7194e4c4d3c9ed891b0968798c062e8ac5a3d authored about 1 year ago by GitHub <[email protected]>
Update parsers: bash, dockerfile, groovy, python, swift, wing

e5198778dbefa14823099dd6d8fba3819a5e7b8a authored about 1 year ago by GitHub <[email protected]>
fix(haskell): prevent segfault due to anchorless queries (#5502)

0eb1a0ad1c82e080e77e7b9d7a5e42632cefb543 authored about 1 year ago by Marc Jakobi <[email protected]>
Update parsers: beancount, vimdoc, wing

34e6ace726fb7dfeb9e8e2d260111b7d2b616778 authored about 1 year ago by GitHub <[email protected]>
Update README

1d1c32b64b17b866152f29a3676a719cb6078028 authored about 1 year ago by Github Actions <actions@github>
chore(clojure): update maintainer

95364251e5621e3038fef7afb55f6a31f745e266 authored about 1 year ago by Noah <[email protected]>
feat: add nasm parser (#5475)

* feat: add nasm parser

* chore: update highlights

---------

Co-authored-by: Amaan Qureshi <a...

dfd4fb330f75595813e2a2f83000580a36dd10ff authored about 1 year ago by ObserverOfTime <[email protected]>
Update parsers: swift, wing

51372f1d4e728539c6243e96c6b657f633e81e29 authored about 1 year ago by GitHub <[email protected]>
Update parsers: wing

a102053352bd958d84a3e1be3de0203d2af92984 authored about 1 year ago by GitHub <[email protected]>
Update parsers: erlang, kotlin, wing

957f3f8c15a88ef0f0c77ecd13edf2e2578f176e authored about 1 year ago by GitHub <[email protected]>
feat(authzed): add parser and highlight queries. (#5426)

* feat(authzed): add parser and highlight queries

* Update queries/authzed/highlights.scm

...

3a2cc3161e01455d619a8076f0aa7fcd3e930090 authored about 1 year ago by Mathew Polzin <[email protected]>
Update parsers: cuda, elm, erlang, glimmer, glsl, hlsl, java, tsx, typescript, usd, wing

10bfa4826f2235c600c073a82e0d78718aa7240e authored about 1 year ago by GitHub <[email protected]>
fix(json5): update queries from upstream

4e758a89a5a4c81f9d0a9a421798426dd7d212d3 authored about 1 year ago by Pham Huy Hoang <[email protected]>
java(highlights): add missing import class pattern (#5483)

db7adb21e6f17528b0f639f36641ce59d65eb68f authored about 1 year ago by Pham Huy Hoang <[email protected]>
fix(haskell): highlight fixes (#5470)

* fix(haskell): highlight fixes + merge qualified/unqualified queries

* fix(haskell): lambda ...

6276cd9d41a56758bc48b433c99b8f9e345a3f2d authored about 1 year ago by Marc Jakobi <[email protected]>
Update parsers: c, comment, glimmer, json, liquidsoap, rst, sql, tsx, typescript, wing

dd72cfadec27c13e93df202c7f9a6d8bb9d51826 authored about 1 year ago by GitHub <[email protected]>
Update README

f51d56c261990581289916322005e83446cf49ad authored about 1 year ago by Github Actions <actions@github>
feat: add liquidsoap

Co-authored-by: Christian Clason <[email protected]>

691fdc61a13ecca2f5cf0c2abda4b5da87c54893 authored about 1 year ago by Romain Beauxis <[email protected]>
fix(c): add missing folds

eb96ca52a7e72ec6d45b163e90bcb5e0774d44ad authored about 1 year ago by Amaan Qureshi <[email protected]>
Update parsers: wing

06fa0a023459b43f86438a751275645b7f3163f3 authored about 1 year ago by GitHub <[email protected]>
feat(query): use @function.call for predicate

812c2dd8fe838bb26cb53f0d251116468c2cae37 authored about 1 year ago by Jaehwang Jung <[email protected]>
feat(ocaml): use @function.call where appropriate

9e52d8fda3d5a01571baac2e45d3fb8e0312404c authored about 1 year ago by Jaehwang Jung <[email protected]>
Update parsers: apex, bash, html, kotlin, norg, php, soql, sosl, sql, wing

32cc79b63342662f1136aebd93ba190778a45c92 authored about 1 year ago by GitHub <[email protected]>
feat(haskell): highlights improvements + tests (#5466)

d96c216c54cc2d48d3c66ba7f0fc3c7c5b71b3b1 authored about 1 year ago by Marc Jakobi <[email protected]>
Update parsers: wing

faeb88e4cee4b27d4a36e40f75332753e45c85b6 authored about 1 year ago by GitHub <[email protected]>
injections(nix): dynamic language injection via comments

811e8ba4f37821a9e7fe645573ceac4ee47cd542 authored about 1 year ago by figsoda <[email protected]>
Update parsers: vim, wing (#5463)

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

776e4d341b5416c995e74c3abbf75f9cec26aa5e authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update parsers: wing

dd4e2dbc002dfce109d621e8bdcd9d89438b0a32 authored about 1 year ago by GitHub <[email protected]>
Update parsers: wing

16ea2969ea0a5ba902fceece9b2db10c7c9ba2d6 authored about 1 year ago by GitHub <[email protected]>
Update parsers: dockerfile, ssh_config, t32, wing

cc2f94ed1dfa008c23e16bbd17f56b967ceb6740 authored about 1 year ago by GitHub <[email protected]>
chore(haskell): add mrcjkb as maintainer

cb139d880bcf9b3a6f29f2bd088a7491d1662918 authored about 1 year ago by Marc Jakobi <[email protected]>
feat(highlights): some haskell additions

- Re-add (module) @namespace
- Exception handling
- Debugging
- `otherwise` = boolean `True`
- `...

ec0e344f6ee1d910fe63a8bbce5380c42af47135 authored about 1 year ago by Marc Jakobi <[email protected]>
Update parsers: git_config, gleam, wing

d6c9c85e14e15bc59478a0d5d810e88dad0ac53f authored about 1 year ago by GitHub <[email protected]>
solidity: Update highlights.scm (#5453)

https://soliditylang.org/blog/2021/04/21/custom-errors/

error keyword was introduced in 0.8.4

86d0b2b1c08ff93020b261fc96201b25eb3a9082 authored about 1 year ago by zeroknots <[email protected]>
feat(julia): added missing String and AbstractString builtin types (#5440)

* feat(julia): added missing String and AbstractString builtin types

* feat(juia): added all ...

a2556544598cacf6cf9f1a1283d135748937066c authored about 1 year ago by Enzo L F <[email protected]>
Update parsers: erlang, wing

b5873bacb4ce44e0aac313abb28bb72e67fc9a53 authored about 1 year ago by GitHub <[email protected]>
feat(highlights): some haskell improvements

f3fb301b267e85e4cbc725561da4a82b1c3089c8 authored about 1 year ago by Marc Jakobi <[email protected]>
Update parsers: haskell, scala, wing

73fbc807ebfbb8b0729f984b279ad4a863293a08 authored about 1 year ago by GitHub <[email protected]>
Use scala parser for sbt filetype

3a251ac1b44133062c9ff1f0dc58977dc8773603 authored about 1 year ago by ghostbuster91 <[email protected]>
Update parsers: cuda, glsl, scala, ssh_config (#5441)

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

0960322686bfa38afd4f1e0b9660473cf77e24b6 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update parsers: wing (#5439)

af6b3ecea9b3cff18b9244027e23e7f2c34ebdd5 authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Update parsers: bitbake, python, rust, wing

fc93fa5c07df7cd578a3ea82d7c075c0460a6884 authored about 1 year ago by GitHub <[email protected]>
Update parsers: bash, t32, wing

b7f2dd5dfbd24a1239844e15637b637b990df164 authored about 1 year ago by GitHub <[email protected]>
Update parsers: luadoc, scala, ssh_config, wing

c29d973c40f42fdf9823c2756c330fe7c8f7ca80 authored about 1 year ago by GitHub <[email protected]>
feat(dart): add base, final & sealed class modifier highlights

940916074833159bf7b8cbb4bf5e59161461fa5a authored about 1 year ago by nedia <[email protected]>
Update parsers: awk, haskell_persistent, scala, ssh_config, wing

1ccbf82a9c171e4bdc7c4ac8e55b5649f1ba76b4 authored about 1 year ago by GitHub <[email protected]>
fix(haskell_persistent): adapt to scanner rewrite

42d0fb31bde4c99a0a03620ba7414e77fe4713b7 authored about 1 year ago by Christian Clason <[email protected]>
feat(textproto): Add Textproto parser and queries (#5402)

* Add textproto parser and queries

* remove extra newline

* Apply suggestions from code re...

b4f6dd72980607a9821d24502b0ca7ee826376af authored about 1 year ago by PorterAtGoogle <[email protected]>
Update README (#5419)

Co-authored-by: Github Actions <actions@github>

f9034812d8335356ef3ede49110d1569624033fa authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
feat: add ssh config

c0f4363b72ec4f3ca2e4ce5fcd81aa67925379fd authored about 1 year ago by ObserverOfTime <[email protected]>
Update parsers: agda, wing

6f3f89a6dded8f89ddf6e32bbd88efcb9d7c0dce authored about 1 year ago by GitHub <[email protected]>
Update README

c0170e1e2c713341805ce13fe53fe4933e8471d8 authored about 1 year ago by Github Actions <actions@github>
chore: switch agda upstream

6a865af171f6b6cf48647ea60924a721d0e89de2 authored about 1 year ago by ShootingStarDragons <[email protected]>
feat(markdown): conceal triple backticks and HTML entities

eb0f975bf29dd6bbb58011ed0e694874a50ae79e authored about 1 year ago by Maria José Solano <[email protected]>
Update README

9dd3e07609c5b74c5ac4193d0ce4fe91fb406fea authored about 1 year ago by Github Actions <actions@github>
feat: add parsers and queries for apex, sosl, soql (#5396)

280cf6fddd09fbcdce659b24d0df9c3055977cd3 authored about 1 year ago by Xi Xiao <[email protected]>
fix(dockerfile): bash injection on run instructions

dac6efbaff9a711074edeef9968dc29bad1324eb authored about 1 year ago by Christian Segundo <[email protected]>
fix: trees() may not be list-like

58c868229044ac0892efeecee2d7706d7f6a00cb authored about 1 year ago by Jaehwang Jung <[email protected]>
Update parsers: php

1233138586263214127a0efc224d025c4fe9016e authored about 1 year ago by GitHub <[email protected]>
injections(lua): add vim highlights to api funcs (#5404)

Add vim injections for `vim.api.nvim[_buf]_create_user_command` and
`vim.api.nvim_create_autocmd`

794266a4edc8ab57b0d637626f01b5278a9123d8 authored about 1 year ago by Pham Huy Hoang <[email protected]>
Update parsers: lalrpop, wing (#5403)

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

c617560e1b0240e5c1d72b5f1c45f86c8b9b7d7a authored about 1 year ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
fix(lua): fix luadoc injections

bf8b089eecef9e9e8c1765f81613a2fd5e49175c authored about 1 year ago by Christian Clason <[email protected]>
fix(yaml): promql injections block

831dbb619e0e00d52fe7e636d28dddb683013666 authored about 1 year ago by Christian Segundo <[email protected]>
Update parsers: cue, nickel, wing

48b237fd3f482aef2f5896b8b7a6ece71c19ad99 authored about 1 year ago by GitHub <[email protected]>
fix(t32): update indent queries & test

The latest release of the grammar changes the handling of consecutive
line breaks. This breaks t...

5ec42175676bc4e6248b8ca9603acbc86497c68e authored about 1 year ago by Christoph Sax <[email protected]>
Update parsers: t32, wing

25c591611ec39468cad334457abeac87748c74a9 authored about 1 year ago by GitHub <[email protected]>
Update parsers: glsl, hlsl, wing

9ab4e9cc8989e3811b14897cd0eb21ae35e5541e authored about 1 year ago by GitHub <[email protected]>
Update README

31d30b3eba3f49de9df9235a2fcaacb3e01d7f0c authored about 1 year ago by Github Actions <actions@github>
feat: add Snakemake

2461e5ac21c59950457fea4b3f9f184f0daa8913 authored about 1 year ago by osthomas <[email protected]>
feat: @spell on comments

9567185621e532a9e29a671c66a11011334b80ea authored about 1 year ago by Jaehwang Jung <[email protected]>
perf(comment): remove spell capture

Problem:
Comment highlight query produces too many @spell captures.

Solution:
Remove the query....

905e782e803e200ec43b0b31fee37164cb2249a0 authored about 1 year ago by Jaehwang Jung <[email protected]>
Update parsers: gleam, vhs, wing

0ba881b7a2af0e24962e4522cf15ebd642261a90 authored about 1 year ago by GitHub <[email protected]>
refactor: remove `include-children` from queries (#5226)

These `include-children` were to alleviate an issue with empty range language tree, which has be...

bfb4601f48c127ae6fb24a30ebf0495aaca8d28f authored about 1 year ago by Pham Huy Hoang <[email protected]>
fix!: backport `ac9e755` from `main`

Co-authored-by: Pham Huy Hoang <[email protected]>
Closes: neovim/neovim#25088

15d327fe6324d8269451131ec34ad4f2a8ef1e01 authored about 1 year ago by L Lllvvuu <[email protected]>
Update parsers: strace

991ae3da02137f6c65095b38fff8a315d3e9e2b1 authored about 1 year ago by GitHub <[email protected]>