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: C cascaded if-else condition shouldn't dedent

lucario387 opened this pull request over 1 year ago
feat(erlang): add keyword and operator suppored by otp25

haoxianhan opened this pull request over 1 year ago
Update lockfile.json: haskell, vim, vimdoc

github-actions[bot] opened this pull request over 1 year ago
100% cpu on one core with files with many comments

Ddystopia opened this issue over 1 year ago
Update lockfile.json: bash, dart, haskell, http

github-actions[bot] opened this pull request over 1 year ago
ref(java): highlight `Foo<Bar>` as `@punctuation.delimiter`

Iron-E opened this pull request over 1 year ago
ref(c_sharp): highlight `<`, `>` as bracket only in type param list

Iron-E opened this pull request over 1 year ago
ref(rust): highlight include macros as `@include`

Iron-E opened this pull request over 1 year ago
ref(rust): highlight debug macros as `@debug`

Iron-E opened this pull request over 1 year ago
ref(c_sharp): highlight ternary operators as `@conditional.ternary`

Iron-E opened this pull request over 1 year ago
feat: add swift indents

lucario387 opened this pull request over 1 year ago
Update lockfile.json: dart, llvm

github-actions[bot] opened this pull request over 1 year ago
fix: add @combined to markdown html

lucario387 opened this pull request over 1 year ago
perf(html): onevent attrs

bennypowers opened this pull request over 1 year ago
fix: remove unnecessary offset from html injection

lucario387 opened this pull request over 1 year ago
injections(html): event attributes

bennypowers opened this pull request over 1 year ago
Update lockfile.json: blueprint, c_sharp, dockerfile, haskell

github-actions[bot] opened this pull request over 1 year ago
Wrong folding

login6 opened this issue over 1 year ago
Incorrect URL for R parser

iago-pssjd opened this issue over 1 year ago
Update lockfile.json: lua

github-actions[bot] opened this pull request over 1 year ago
Ruby indent incorrectly with hanging class methods

b-sep opened this issue over 1 year ago
Semantic highlighting overrides comment queries

Shatur opened this issue over 1 year ago
Update lockfile.json: janet_simple, swift, vimdoc

github-actions[bot] opened this pull request over 1 year ago
ci: tighten run requirements, apply formatting

amaanq opened this pull request over 1 year ago
feat(go): highlight constructors

amaanq opened this pull request over 1 year ago
fix(lua_inject): remove need for surrounding quote

lucario387 opened this pull request over 1 year ago
fix: query missing dedent for "]"

lucario387 opened this pull request over 1 year ago
Update README

github-actions[bot] opened this pull request over 1 year ago
Add `punctuation.separator.key-value` capture

datsfilipe opened this issue over 1 year ago
feat: add py-script injections for html

lucario387 opened this pull request over 1 year ago
Update lockfile.json: haskell

github-actions[bot] opened this pull request over 1 year ago
fix(starlark): fields should not match uppercase-beginning names

amaanq opened this pull request over 1 year ago
fix(python): fields should not match uppercase-beginning names

amaanq opened this pull request over 1 year ago
Update lockfile.json: erlang, haskell

github-actions[bot] opened this pull request over 1 year ago
fix(ecma): enable highlight for @keyword.export

yavorski opened this pull request over 1 year ago
[Go] highlight magic comments

ArtAndreev opened this issue over 1 year ago
feat: add ocaml indents

lucario387 opened this pull request over 1 year ago
Update lockfile.json: t32

github-actions[bot] opened this pull request over 1 year ago
fix: Correct scope definition for scala

ghostbuster91 opened this pull request over 1 year ago
highlights(comment): fix nospell precedence

MunifTanjim opened this pull request over 1 year ago
feat: add luau

amaanq opened this pull request over 1 year ago
vim.treesitter.query.get_query() is deprecated

sblask opened this issue over 1 year ago
Update lockfile.json: kdl, kotlin, t32

github-actions[bot] opened this pull request over 1 year ago
Crash on neovim on windows after installing vue parser

alextenev opened this issue over 1 year ago
add `-f` argument to "mv" command to avoid updating error

WindSoilder opened this pull request over 1 year ago
[markdown] `_underscore_` not as robust as `*asterisk*`

adrian5 opened this issue over 1 year ago
feat: add puppet

amaanq opened this pull request over 1 year ago
Update lockfile.json: capnp, luap, pony, rust, sql, zig

github-actions[bot] opened this pull request over 1 year ago
Update Capnp

amaanq opened this pull request over 1 year ago
Nvim Treesiter support for puppet language?

techsk8 opened this issue over 1 year ago
fix(lua): injection eq should be any-of

amaanq opened this pull request over 1 year ago
fix(solidity): variable should not match last, tidy up highlights

amaanq opened this pull request over 1 year ago
Solidity highlight is not working for function calls

zeroknots opened this issue over 1 year ago
injections(lua): tweak query to capture string content

MunifTanjim opened this pull request over 1 year ago
injections(lua): highlight Lua code in vim.rpcrequest and vim.rpcnotify

smjonas opened this pull request over 1 year ago
Wrong python indentation when suing escape sequences inside strings

ArthurMLago opened this issue over 1 year ago
feat: add janet_simple

sogaiu opened this pull request over 1 year ago
fix(python,starlark): update field match pattern

amaanq opened this pull request over 1 year ago
Python: Missing `@field` highlight names after the latest update.

anthony-S93 opened this issue over 1 year ago
chore(injections)!: Move to upstream syntax

lucario387 opened this pull request over 1 year ago
Ability to override @nospell regions

piersolenski opened this issue over 1 year ago
feat(markdown): configured aliases for fenced code block languages

bennypowers opened this pull request over 1 year ago
injections(nix): dynamic language injection via comments

figsoda opened this pull request over 1 year ago
refactor: move mapping of quarto filetype to parser into quarto-nvim

jmbuhr opened this pull request over 1 year ago
refactor(indent): separate tracker for indent and dedent

lucario387 opened this pull request over 1 year ago
Dart arrow function arguments doesn't indent correctly

RobertBrunhage opened this issue over 1 year ago
indents(dart): add test for #4632

theHamsta opened this pull request over 1 year ago
Highlighting in JavaScript / TypeScript files stops working on buffer reload

Johan-Liebert1 opened this issue over 1 year ago
Dart: indentation incorrect for try {} expanding

RobertBrunhage opened this issue over 1 year ago
refactor(html_inject): lua-match for <script>

lucario387 opened this pull request over 1 year ago
Add Python else elif dedent

lucario387 opened this pull request over 1 year ago
Dedent else statement in Python

AckslD opened this issue over 1 year ago
fix(indent): Make indent ignore trailing spaces/comment

lucario387 opened this pull request over 1 year ago
fix(css): Capture `class_selector` as `@type`

anthony-S93 opened this pull request over 1 year ago
highlights(sql): add `full`, `any` and `some` keywords

matthias-Q opened this pull request over 1 year ago
feat(perl): update queries from upstream changes

amaanq opened this pull request over 1 year ago
feat: add Pony

amaanq opened this pull request over 1 year ago
Python indenting almost perfect but with some corner cases

bellini666 opened this issue over 1 year ago
feat(luadoc): add more annotations

amaanq opened this pull request over 1 year ago
Typescript highlights break with `import { type Foo } from './foo`

grddavies opened this issue over 1 year ago
fix(c_indents): fix expression leaking indents

lucario387 opened this pull request over 1 year ago
docs: add note in README on compilation errors with old compilers

bonderado opened this pull request over 1 year ago
feat(thrift): update queries based on upstream changes

amaanq opened this pull request over 1 year ago
Missing scope_decremental

screendriver opened this issue over 1 year ago
refactor!: remove setting the update strategy

amaanq opened this pull request over 1 year ago
feat(lua): add more builtin variables per lua_ls

amaanq opened this pull request over 1 year ago
highlights(prql): change `loop` and `case` highlight

matthias-Q opened this pull request over 1 year ago
highlights(prql): update to prql 0.6.0

matthias-Q opened this pull request over 1 year ago
highlights(sql): add new keywords and datatypes

matthias-Q opened this pull request over 1 year ago
docs: Add documentation for running/writing tests

dwoznicki opened this pull request over 1 year ago