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

ci: use GH Actions istead of Travis CI

0e041bd343ac8cf62c4c524af0fddf4cb49b643d authored over 4 years ago by Thomas Vigouroux <[email protected]>
docs: update README.md for Rust

d51b948617299c2a4264266410fc2a02f299f788 authored over 4 years ago by Thomas Vigouroux <[email protected]>
docs: Add screenshot to the readme

7a1b8b7656485174daf34119edbf1c502f8fa7ae authored over 4 years ago by Thomas Vigouroux <[email protected]>
highlight(c): fix booleans and types

7bb0d7548d2ce36ab25a041b1a13ff277b4c4cd2 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Python locals: with_statement can define variables

a5fb463309e25841c4abec2ca7bcd826c04270bc authored over 4 years ago by Stephan Seitz <[email protected]>
Python highlights: Surround type subscript query with (type ...)

c361d65113168b9c3318b921130606c57e961fda authored over 4 years ago by Stephan Seitz <[email protected]>
locals(lua): simplify args

3faaeb479bd316623977765281938f43cb303e1b authored over 4 years ago by Thomas Vigouroux <[email protected]>
highlight(lua): fix overlapping queries

f9844d359e45578fee10302804cdf22570967d84 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Introduce @definition.import for Python/Javascript

b6df2329bd129290f857b59fd407d65a6ae437f8 authored over 4 years ago by Stephan Seitz <[email protected]>
Highlight complete type definition

0e80b89935ca0a0249d04ca1cda56d7b50a239e3 authored over 4 years ago by Stephan Seitz <[email protected]>
Python locals/highlights: Parameters can be optionally typed

dc324e44ad6ffc0f2089549afa6ba0fa2ba2f7f6 authored over 4 years ago by Stephan Seitz <[email protected]>
Add Rust queries (#57)

* queries(rust): add highlight query.

Also slightly changes the way constructors are highligh...

0d2385407eddb95e66a43710798f27bd9256186a authored over 4 years ago by Thomas Vigouroux <[email protected]>
docs: advertise module-template in CONTRIBUTING.md

6ce0235e74e7e7f4716dad10224c27dad63babea authored over 4 years ago by Thomas Vigouroux <[email protected]>
fix(refactor): highlight def perf issue fix

26b3b3311efb2bb43efe0a1e59c324cd6dc9b45c authored over 4 years ago by Steven Sojka <[email protected]>
feat(configs): dynamic module defintions

884080f89a26fbcb009bd49052518168f8318094 authored over 4 years ago by Steven Sojka <[email protected]>
Use <details> for checkhealth output in bug report template

The output of checkhealth can be quite lengthy.

Plus fix position of *** to make text render bold

3e8b5a30e2640d47ce07e7b32af07b1e4f5e6e33 authored over 4 years ago by Stephan Seitz <[email protected]>
Add style-check script

27d7a0ffff1623572a642f3e45db3fc556dafec3 authored over 4 years ago by Stephan Seitz <[email protected]>
Allow arbitrary query files in locals.lua

This is a preparation for `textobject` queries.

ab1916f3854c8181c7d68f1a4801bc5f217dd4be authored over 4 years ago by Stephan Seitz <[email protected]>
C/C++ highlights: update to new syntax

This changed the highlight of "switch" to conditional and of "break" to repeat.

63c1853674f8f6c81bc8883383ad550499410568 authored over 4 years ago by Stephan Seitz <[email protected]>
Update README.md

bf015c168f13995a99cc5eac3a794b375ba5ed56 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Make luacheck happy

5642507f6a35d2e25b1588a36d8ddfc525f1464d authored over 4 years ago by Stephan Seitz <[email protected]>
Add Travis CI with luacheck

1ce1c73249cf5620726f9b00fd58cac1747b1e70 authored over 4 years ago by Stephan Seitz <[email protected]>
C++ locals: Add reference_declarator (analogous to pointer_declarator for C locals)

07cd0b4d8c712303e404e1becbb8d189e7bd2384 authored over 4 years ago by Stephan Seitz <[email protected]>
feat(javascript): add import specifier as definition

e4cd88baa48968c4bae5a8f0948d9a451cb1c2ae authored over 4 years ago by Steven Sojka <[email protected]>
highlights(lua): update query to new syntax

d15210b22fa926ac8d21f8ad95269cad89492d3d authored over 4 years ago by Thomas Vigouroux <[email protected]>
locals(lua): capture function definition params

e8af62c84379d9cf90a8a15cba38a687b5265c93 authored over 4 years ago by Thomas Vigouroux <[email protected]>
remove doc/tags

af8192f0878b32d781f2eb405d2e94cf604551b9 authored over 4 years ago by Sainnhepark <[email protected]>
docs: add apache Licence

This is to match neovim's licence.

337756d2f632fa94461dbfddd73898568f46c43d authored over 4 years ago by Thomas Vigouroux <[email protected]>
Java highlights: Add binary integer literals

61803eb523cc935797715c90241b6b8b024c8008 authored over 4 years ago by Stephan Seitz <[email protected]>
Fix #136: Highlight of TSFloat should be Float not TSFloat

817abb3688301510d0399c4f95fc07b71269cbf6 authored over 4 years ago by Stephan Seitz <[email protected]>
Rgenerate doc/tags

4757636995ce2c31a5b11b16068efbd25ff0adee authored over 4 years ago by Stephan Seitz <[email protected]>
highlights(c): highlight ternary as conditional

255d1756b0e72840ccc5782ff2df2d30f17b33f5 authored over 4 years ago by Thomas Vigouroux <[email protected]>
C highlights: Make ? an operator in c highlights

d7240734011cd31cf4fbb95b996c9d407fb57d28 authored over 4 years ago by Stephan Seitz <[email protected]>
fix ask install

c70a8242eb346e77f2b554c7fa207a767583ffb4 authored over 4 years ago by kiyan42 <[email protected]>
Define multiple query for a language

Allows using another query file for a language, or use a query file
from another language

2bb6374c344e76ca6cafc38696dd67e641a02876 authored over 4 years ago by kiyan42 <[email protected]>
fix: remove goto statements

2a20484a1454d7ba91644b00505df1f4457b94d6 authored over 4 years ago by kiyan42 <[email protected]>
update installer with sync and some fixes

- add sync method for installing using `system`
- remove `descriptions` in command configs
- use...

ce119de2e3a85ed7f0b081c6733ae167c2fc5599 authored over 4 years ago by kiyan42 <[email protected]>
if/else in defining languages

0611f432aae7794a23f2a4ee5d2d035e7d490b3e authored over 4 years ago by kiyan42 <[email protected]>
Java highlights: Add operators ":" "?"

2b6b1e3e6159bd689dad677c50a5ab0189df0e08 authored over 4 years ago by Stephan Seitz <[email protected]>
Java highlights: Add parameter highlight for single-parameter lambdas

fa7a270da14f30eaa407a1813d1dfef78d6c031e authored over 4 years ago by Stephan Seitz <[email protected]>
feat(refactor): add definition navigation module

6f8e4c97a4f99b1a04cca5c41c333ffb5337d84a authored over 4 years ago by Steven Sojka <[email protected]>
feat(refactor): highlight usages module

058e8d2296515041be982c6f23c119ec6b6d1ba9 authored over 4 years ago by Steven Sojka <[email protected]>
refactor(refactor): use higher local apis and some cleanup

d73500eaa6b25edf476d73d0d1a47c65043b6e88 authored over 4 years ago by Steven Sojka <[email protected]>
feat(refactor): add smart rename module

64838e51c0fcb9def4be912391a1544b4d9a9d27 authored over 4 years ago by Steven Sojka <[email protected]>
add python async

180ad9a1a8c1212d9839bdbe97c11137b48a7064 authored over 4 years ago by kiyan42 <[email protected]>
Add method reference operator

65b3a8e6d7b3777bbea326dd96d21d17d937fd7d authored over 4 years ago by Chinmay Dalal <[email protected]>
add used_by key to parsers

Enables the use of multiple filetypes for one parser.

7f6f7596dac5a45ae914336dc986ebb30881b1a3 authored over 4 years ago by kiyan42 <[email protected]>
Extend documentation for TSError

a2f09312540822e9c579fee4534832fefd492250 authored over 4 years ago by Stephan Seitz <[email protected]>
highlights: declare links as defaults

f4b87d3364d8ef08aad4fd7aebf59450f2c06d67 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Java highlights: Capture parameters in declaration (#93)

* Capture parameters in declaration

* Refactor (new syntax)

* Fix spaces

* Fix capture ...

b184f1cafbe7316ae8671b7eafec5a11383b4fd6 authored over 4 years ago by Chinmay Dalal <[email protected]>
C highlights: Add highlight for #elif

54438439e6e05a52eaca34d815211e61231c9da8 authored over 4 years ago by Stephan Seitz <[email protected]>
Fix typo in documentation: `labe:` -> `label:`

c27d35adc5bb8bd8c2ca58883cda6e9ec297106d authored over 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #102 from vigoux/fix-94

Separate queries with newlines

b0f65cfce4109fb82e617ec165a3c81f8a4d1a9b authored over 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #115 from kyazdani42/doc/update-install-doc

update docs for TSInstall

aa4746c72299e599f976bc3bc8adf351b5bca16c authored over 4 years ago by Stephan Seitz <[email protected]>
update docs for TSInstall

ddb41c36e8de2c716ebbcb13aff6f50a9b0c4e2f authored over 4 years ago by kiyan42 <[email protected]>
highlight: use custom highlight groups

282e18edd18fdd84e8436440789c0ecb2bc83f82 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Fix cpp-highlights: wrong capture name used in regex

2d224ac3bfd0f3ac4afd458a7f2fb55955ebc38c authored over 4 years ago by Stephan Seitz <[email protected]>
Python highlights: Add walrus operator

88c8b70560a0286c325a507e0d498219ee43c20f authored over 4 years ago by Stephan Seitz <[email protected]>
Python highlights: Reset highlighting in f-string interpolation

This solution is preferable to `(identifier) @Normal` since otherwise
everything without highlig...

75bce1dc93293f4f1dfd1541386afb607f09d726 authored over 4 years ago by Stephan Seitz <[email protected]>
continue installing if not reinstalling one parser

0ed1fbf9093a7dda9aadda145c1b35dc5343cc8b authored over 4 years ago by kiyan42 <[email protected]>
add command to install all parsers

5e91955b6afd450899e6fd4a10ffaa6601be53b0 authored over 4 years ago by kiyan42 <[email protected]>
install can take 'all' as parameter

3e4ea3d890d3914d1fe56b21363308470c700678 authored over 4 years ago by kiyan42 <[email protected]>
fix(locals): compute locals after later tick

d04a833e2090aab9899071021c0a959886029247 authored over 4 years ago by Steven Sojka <[email protected]>
Adapt Python highlights to new query syntax

dfead6cacab1a9f94396169166c9de8f8d4efdb7 authored over 4 years ago by Stephan Seitz <[email protected]>
add highlight queries for bash

51a52b85cf9fdc4d67619e0d71c57c1e6bb0f988 authored over 4 years ago by TravonteD <[email protected]>
Update CONTRIBUTING.md

This makes it more readable

35dfd7e1f471c5f470a6c51577e11b7c3b72bb60 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Fix the ":" in symbols when used in pairs

This fixes the colon not being highlighted when a symbol is represented
in a pair like so:

...

09c2e6e0a73721128b723b9668a8316aebb3a590 authored over 4 years ago by TravonteD <[email protected]>
rename and finish ft->lang migration

def8c20dd710d7ee6337af21012535cb860607ae authored over 4 years ago by kiyan42 <[email protected]>
Merge pull request #98 from theHamsta/disclaimer

WIP: Add disclaimer to README.md

30dbf73113974789c70d4fa63e470e5bf7e16922 authored over 4 years ago by Kiyan Yazdani <[email protected]>
fix: separate queries with newlines

3000b878fe7dc99f0bab9192a86e227000814895 authored over 4 years ago by Thomas Vigouroux <[email protected]>
Add disclaimer to README.md

895216014b83defa41f15118c1347b789d70e6fc authored over 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #101 from stsewd/fix-parser-ulr

Fix bash parser url

050ea2fd6f05d08404836eb67110757651f248ad authored over 4 years ago by Kiyan Yazdani <[email protected]>
Fix bash parser url

Not sure if this was on purpose or if it was a mistake

171c7e4bcfd43ca8aef7f841013f0de47c76defd authored over 4 years ago by Santos Gallegos <[email protected]>
fix(statusline): don't call if no parser

ec903ac99d07e0960d0acc71e70ba9809742bfbf authored over 4 years ago by Thomas Vigouroux <[email protected]>
Merge pull request #96 from theHamsta/python-__dunder__

Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python highlights

b84fde9718f4f75f2515f8ac5d73cf91c716c4aa authored over 4 years ago by Thomas Vigouroux <[email protected]>
Merge pull request #90 from kyazdani42/fix/parser-names-as-filetypes

refacto/fix: filetype / parser name distinction

2c81ec391877de7c1b0b316299b57ce4ae2e88de authored over 4 years ago by Kiyan Yazdani <[email protected]>
Add highlighting of dunder identifiers (e.g. __all__, __add__) to Python highlights

a85cf1a47c0acc6b22ed99b3228c827f5fb46927 authored over 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #72 from doubleloop/python

Updated python highlights

969d496f3fb6d2185aa2c540a8d72cf23f47e456 authored over 4 years ago by Stephan Seitz <[email protected]>
Merge pull request #91 from TravonteD/sibling-refactor

Refactor: utilize new consolidated syntax

7a347c3394451c3d3595c739587d249ae016974b authored over 4 years ago by Thomas Vigouroux <[email protected]>
Updated python highlights

* allow for digits in constant names
* removed redundant/conflicting rules
* added missing hlmap...

0b4d4b41408ff027888232f951000ca9d2e01fe4 authored over 4 years ago by Jakub Łuczyński <[email protected]>
refactor: use newly introduced consolidated syntax

0f836e060266c73e77871bd85b91f4159556035d authored over 4 years ago by TravonteD <[email protected]>
refactor: parser list and lang->ft/ft->lang

- move parser list in `parsers.lua`
- most `ft` variable where changed to `lang`, `ft` is only u...

df17a48c85b8e47bc4982b640dbb686e372cd81e authored over 4 years ago by kiyan42 <[email protected]>
fix: declare parse names as their appropriate filetype and change clone url

ad636f4f5306b7741bc55ad63e6b12f9379a2515 authored over 4 years ago by kiyan42 <[email protected]>
Merge pull request #89 from kyazdani42/refacto/remove-buf-state-and-api

refacto: remove buf state and api

516671fe9f9de98d27024e22c014adc535b56dc7 authored over 4 years ago by Thomas Vigouroux <[email protected]>
add winnr to get_node_at_cursor

cf72524b2f7e3868ea74037004913af6f935f126 authored over 4 years ago by kiyan42 <[email protected]>
update docs

cabe61ac19a2d0377a46ef48499eb292e12ae5fb authored over 4 years ago by kiyan42 <[email protected]>
refacto: remove buf_state

- remove buf_state and related code
- add get_node_at_cursor()
- better incremental selection (c...

38af29a912a607d3d703f57b840bfc61671679cc authored over 4 years ago by kiyan42 <[email protected]>
Merge pull request #88 from PitcherTear22/master

Give credits for java queries

772aa4c169969e56fd3f1208d1d6b42cd799b74a authored over 4 years ago by Thomas Vigouroux <[email protected]>
Give credits

031e3e45c47029c758a62f487e87a920044b25fb authored over 4 years ago by Chinmay Dalal <[email protected]>
Give credits

3302dd3a5b3464ff31600ae7b4a62571090acc7a authored over 4 years ago by Chinmay Dalal <[email protected]>
Merge pull request #87 from steelsojka/fix/js-boolean-fix

fix(javascript): set booleans to boolean highlights

81e8f3dbc217b711ce030536df0ac97b78472bb8 authored over 4 years ago by Kiyan Yazdani <[email protected]>
Merge pull request #86 from steelsojka/feat/json

feat(lang): add json highlights

470b88279c70a88118372ddfad533802dc3354a8 authored over 4 years ago by Kiyan Yazdani <[email protected]>
feat(lang): add json highlights

7bc746f3f0f2e8195c39c3ff3029379ad39d9f33 authored over 4 years ago by Steven Sojka <[email protected]>
fix(javascript): set booleans to boolean highlights

a896f5579dfc8c1852b72d7698aa84c6705a46e0 authored over 4 years ago by Steven Sojka <[email protected]>
Merge pull request #85 from PitcherTear22/master

Add java support

79556b4155d84d22bc1c4a3b56c6407bdc9e2eff authored over 4 years ago by Thomas Vigouroux <[email protected]>
Fix types

a6c426b2bd60004a3b80e8727d50103747dbd4c0 authored over 4 years ago by Chinmay Dalal <[email protected]>
Add java to supported languages

6a7ad3f01185f1da9a033f909386eb0bca0a6922 authored over 4 years ago by Chinmay Dalal <[email protected]>
Add operators

d262d4101e55450e8c0092c2131f19e70dc1a261 authored over 4 years ago by Chinmay <[email protected]>
Merge pull request #79 from steelsojka/feat/typescript-queries

feat(queries): add typescript and javascript queries

dd7e67ddb4d9459d6f786a88a41655833bdd9d16 authored over 4 years ago by Kiyan Yazdani <[email protected]>
Fix method highlighting

042464c1c5c4e1a88717430b26347b84a4adcdf0 authored over 4 years ago by Chinmay <[email protected]>