Commit graph

117 commits

Author SHA1 Message Date
Nils
7f7eeaa99e feat(ada): initial ada support 2024-09-14 22:20:23 +01:00
Amaan Qureshi
0ec9a8e00c feat(zig)!: adapt to upstream parser change 2024-08-30 01:21:43 -04:00
Sönke Holz
0f3332788e feat(devicetree): add devicetree support 2024-08-07 07:52:19 +01:00
Alex Martens
f56a1430f2 feat(ruby): add missing context patterns 2024-07-06 06:44:27 +01:00
CapSel
867d6b2a53 feat(cpp): add lambda_expression context for cpp 2024-07-05 11:35:58 +01:00
Aliaksandr Truš
2e5aef3d30 feat(proto): add proto support 2024-07-04 14:01:22 +01:00
Lewis Russell
a1d11bffa7 fix: all broken queries and tests 2024-07-02 10:22:03 +01:00
malaow3
1b9c756c0c Update svelte queries 2024-06-30 18:59:36 +01:00
Novus Nota
f2cbd231e2 feat(tact): update queries 2024-06-27 20:30:13 +01:00
Ahmet Karalar
5efba33af0 fix(swift): add lambda_literal
Add lambda_literal, which also defines a context in Swift and is used extensively in the language in the form of trailing closures.
2024-06-02 16:26:28 +01:00
Marc Jakobi
f62bfe19e0 fix(haskell): update quereis for tree-sitter-haskell v0.22.0 rewrite 2024-05-22 15:31:05 +01:00
Josh Pencheon
6d076414ff fix(ruby/rspec): correct 'describe' block 2024-05-16 17:29:14 +01:00
Josh Pencheon
29d89e50a4 fix(ruby): support singleton class as context 2024-05-16 17:29:14 +01:00
Vincent Jousse
7068ad6d16 feat: add elm support 2024-05-15 14:05:01 +01:00
Amaan Qureshi
df58c81237 fix(c_sharp): update queries from upstream 2024-05-13 23:59:15 -04:00
Novus Nota
2650e6431f feat: add Tact queries 2024-05-02 23:32:16 +01:00
Alexei Mozaidze
4fe0a54e86 feat(fennel): improve queries 2024-04-24 19:53:10 +01:00
Alexei Mozaidze
e6e71047bb fix(fennel): update queries to support new parser 2024-04-18 09:37:54 +01:00
Frank Ebel
c24a7a6dc5 fix: julia function query 2024-04-16 16:10:43 +01:00
przepompownia
29fcd4a9ad fix(php): start class_declaration context from name
Fix method_declaration context

Fix for function_definition context

Add test for functions

Test for class and method
2024-04-16 15:41:35 +01:00
Kassio Borges
ba05c6b753 feat: add rspec context support (ruby) 2024-04-13 18:24:06 +01:00
defr0std
f19766163c feat: add context for c++ namespace definition 2024-03-22 09:30:36 +00:00
mathrim
ce37c77155 feat: gdscript support 2024-03-21 00:40:46 +00:00
Dagoberto Contreras
53cdd58446
feat(org): adds support for orgmode files (#413)
* feat(org): adds support for orgmode files

* fix(org): fixing the test file

---------

Co-authored-by: Cayetano Carpio <cayetano@carpio.com>
2024-03-04 08:02:37 +00:00
reo101
b8d1ffe58a fix(fennel): update queries to reflect new upstream parser
https://github.com/nvim-treesitter/nvim-treesitter/pull/6132
2024-02-25 17:40:08 +00:00
Tom Kirchner
e4a259f050 feat(rust): add more queries and tests 2024-02-24 07:30:14 +00:00
Amaan Qureshi
98bdd713ff fix(svelte): update queries from parser change 2024-02-21 00:41:24 -05:00
Tony Le
a5d16fd763
feat(vue): add context support 2024-02-20 01:08:33 +00:00
Karol Waszczuk
e75357fa49 feat(svelte): Add Svelte support 2024-02-16 15:23:32 +00:00
Jimmy C. Kromann
32bbb2136c
feat: added Groovy (and Jenkinsfile) syntax 2024-02-16 10:53:55 +00:00
przepompownia
f2ef98cd18 Support php_only 2024-02-10 14:48:35 +00:00
btolsch
2972717355
feat(c): Add switch and case support 2024-01-24 10:30:50 +00:00
Daniel Kongsgaard
85cf977181
Update c queries and test (#363)
Co-authored-by: Lewis Russell <lewis6991@gmail.com>
2024-01-19 11:43:45 +00:00
Alexandre JULIEN
2017a0d7fc bash: add c_style_for_statement 2024-01-14 11:53:13 +00:00
xi xiao
400a99ad43 add Salesforce Apex language support 2024-01-08 18:04:19 +00:00
aMOPel
c9f2b429a1 fix(nim): added new fields from recent parser version,
improved support for (conditional_declaration) and (variant_declaration)
2023-12-16 10:37:14 +00:00
Tomas Nemec
c8e81cbceb feat: multiline support 2023-12-16 10:36:18 +00:00
Hoang Nguyen
4757afb4f9 feat(cue): add context support for CUE 2023-11-20 09:29:27 +00:00
Hoang Nguyen
0ddf6f069f feat(templ): add context support for templ 2023-11-20 09:28:46 +00:00
Hoang Nguyen
f3ec0d8a1b feat(go): add context for 'default' switch case 2023-11-18 10:50:41 +00:00
Hung Tran
c03f8aab1e
feat(yang): add YANG lang context (#360)
* feat(yang): add YANG lang context

* chore(yang): add test files and update README.md

---------

Co-authored-by: htran <htran@egihosting.com>
2023-11-12 09:43:52 +00:00
aMOPel
2aa86487c4 feat(nim): added missing captures for pragma_statement and
concept_declaration
2023-11-11 11:10:03 +00:00
Colin Kennedy
2806d83e39
Added objdump context and test (#354)
* Added objdump context and test

* Added objdump to README.md
2023-10-28 09:46:44 +01:00
Teddytrombone
e5c90f0f32
feat(typoscript): add TypoScript support (#353)
* Added TypoScript

* Combined
2023-10-27 11:43:51 +01:00
Nodari Chkuaselidze
8aa32aa6b8 javascript: add switch/case to the context. 2023-10-20 11:44:52 +01:00
Manuel Floruß
7227dca173 zig: Add missing @context.end to ErrorUnionExpr. 2023-10-18 09:01:35 +01:00
Meet Mangukiya
82c6959516
feat: add context for solidity (#347)
* feat: add context for solidity

* add test file for solidity, update readme
2023-10-15 10:08:10 +01:00
harryvederci
4cf64264c0
Add Clojure support. (#342)
* Add Clojure support.

* Add Clojure to supported languages list.

* Add Clojure test.
2023-10-10 07:11:10 +01:00
harryvederci
b6b91e2e59
Add Fennel support. (#343)
* Create context.scm

* Update Fennel context query.

* Add Fennel to supported languages list.

* Add test for Fennel.
2023-10-10 07:10:43 +01:00
harryvederci
97b9f0ba8f
Add Janet support. (#341)
* Add Janet support.

* Add Janet test. Add Janet to readme language list.

* Rename test.janet to test/test.janet
2023-10-09 18:54:25 +01:00