Commit graph

88 commits

Author SHA1 Message Date
Nils
7f7eeaa99e feat(ada): initial ada support 2024-09-14 22:20:23 +01:00
Sönke Holz
0f3332788e feat(devicetree): add devicetree support 2024-08-07 07:52:19 +01:00
Aliaksandr Truš
2e5aef3d30 feat(proto): add proto support 2024-07-04 14:01:22 +01:00
Lewis Russell
1ac390aded test: add generic testing framework 2024-07-04 10:58:49 +01:00
Lewis Russell
02eefe50e0 test: move tests into subdir 2024-07-04 10:58:49 +01:00
Lewis Russell
27e5488c13 ci: install treesitter
ci: add parsers cache

ci: NVIM_TS_SHA

ci: remove is_CI
2024-07-02 16:10:01 +01:00
Lewis Russell
1ba826c1a3 ci: fix 2024-07-02 13:46:01 +01:00
Lewis Russell
e16dff9093 test(ocaml): add test.ml 2024-07-02 10:34:59 +01:00
Lewis Russell
a1d11bffa7 fix: all broken queries and tests 2024-07-02 10:22:03 +01:00
Lewis Russell
37da716804 feat(ci): check queries for all languages 2024-06-27 17:00:25 +01:00
Vincent Jousse
7068ad6d16 feat: add elm support 2024-05-15 14:05:01 +01:00
Novus Nota
2650e6431f feat: add Tact queries 2024-05-02 23:32:16 +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
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
Tom Kirchner
e4a259f050 feat(rust): add more queries and tests 2024-02-24 07:30:14 +00:00
Karol Waszczuk
fbeff2a60d fix: Display context when injected language is not supported 2024-02-20 01:10:24 +00: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
Karol Waszczuk
0a95d477c8
feat: Support context recognition for injected languages 2024-02-16 14:26:36 +00:00
Jimmy C. Kromann
32bbb2136c
feat: added Groovy (and Jenkinsfile) syntax 2024-02-16 10:53:55 +00:00
Lewis Russell
f33905bf5a test: migrate to nvim-test
Also run the tests with tree-sitter highlighting enabled.
2024-02-14 15:48:50 +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
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
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
Romain Beauxis
2095f231df Add liquidsoap 2023-10-05 09:31:35 +01:00
Hoang Nguyen
bc19b78e9c feat: add jsonnet support 2023-10-01 10:50:03 +01:00
Frank Ebel
44d270e9d1 feat: Julia support 2023-09-27 09:24:59 +01:00
aMOPel
6edf360435 feat(nim): added nim support 2023-09-23 20:38:39 +01:00
Lewis Russell
19a265d7f7 feat: highlight injection langs
feat: better multiline contexts

Instead of collapsing all the lines in a node, instead display the node
on multiple lines if it requires it.

This should significantly simplify the highlighting logic since we don't
need to keep track of how lines are joined.
2023-08-27 13:20:44 +01:00
hcssmith
14856c9ee6 Add support for Odin 2023-08-20 07:51:27 +01:00
Lewis Russell
5dd8c21211 feat(cmake): add support 2023-08-18 10:28:43 +01:00
Vitor Pavani
a17c31268b feat(xml): add xml support 2023-08-17 07:38:25 +01:00
Bartek Łuka
05aa871a41
Add support for haskell (#291)
* Add haskell

* Add test file + mark Haskell as supported

* Remove unused `action` function
2023-06-17 17:58:56 +01:00
Vadim Kazakov
cf61804761 add support for glimmer 2023-06-13 19:58:32 +01:00
Kieron Browne
d0f03149ed feat(go): support func literals
Co-authored-by: Giuseppe Capizzi <gcapizzi@vmware.com>
2023-06-13 18:32:18 +01:00