Commit graph

886 commits

Author SHA1 Message Date
HiPhish
48c579c007 Merge branch 'rasi-init' 2024-02-11 21:04:56 +01:00
HiPhish
2d3e5ab3dc Update changelog 2024-02-11 21:04:35 +01:00
HiPhish
2e48a5eb8b Update changelog 2024-02-11 19:02:12 +01:00
Hoang Nguyen
404402c552
feat: add support for rasi 2024-02-12 00:00:00 +07:00
Hoang Nguyen
cfccf1e482
feat(go): add type_assertion_expression pattern for go 2024-02-12 00:00:00 +07:00
HiPhish
3674761e53 Add missing patterns to Python 2024-02-11 01:31:02 +01:00
HiPhish
ca8d5ee2b4 Transition E2E to use the yo-dawg plugin 2024-01-31 23:15:03 +01:00
HiPhish
6c7d918621 Move extmark assertion to testing configuration 2024-01-30 23:22:57 +01:00
HiPhish
5941c8dbbd Create test utilities 2024-01-30 19:03:26 +01:00
HiPhish
ae0b064b0d Gracefully quit Neovim in E2E tests 2024-01-30 18:34:21 +01:00
HiPhish
c84eeb689e Remove configuration settings caching 2024-01-28 18:32:56 +01:00
HiPhish
d760de32c2 Merge branch 'luadoc-updates' 2024-01-28 18:30:13 +01:00
HiPhish
12b21501fc Clean up style of Luadoc query 2024-01-28 18:28:26 +01:00
HiPhish
3bfc3493bf Update changelog 2024-01-28 18:27:55 +01:00
HiPhish
cddb40d3c4 Merge branch 'py-import-from' 2024-01-28 17:47:03 +01:00
HiPhish
c85384ab74 Update changelog 2024-01-28 17:46:43 +01:00
HiPhish
8908741c50 Add test for highlighting nested changes
This commit also sets up Neovim to start Tree-sitter highlighting on
FileType events.  Without this there would be no update to the
highlighting when the tree changes.
2024-01-28 13:01:08 +01:00
Danielkonge
8b0e9205e1 fix(luadoc): add new luadoc queries 2024-01-25 22:38:40 +01:00
Danielkonge
ad18af0972 fix: improve global strategy 2024-01-24 19:06:20 +01:00
Danielkonge
334e0022c4 fix(starlark): add tuple_pattern query 2024-01-24 13:21:49 +01:00
Danielkonge
36ba6bb5e5 fix(python): add import_from_statement query 2024-01-24 13:21:09 +01:00
Micah Halter
35530b4ad4
Implement functions for checking if rainbow is enabled in buffer
Fix bug and add tests

Update changelog
2024-01-22 17:36:54 -05:00
HiPhish
a5077cb614 Update changelog 2024-01-21 17:32:47 +01:00
HiPhish
3914140834 Merge branch 'python-tuple' 2024-01-21 17:32:16 +01:00
HiPhish
bf83c04373 Merge branch 'new-queries' 2024-01-21 17:27:44 +01:00
HiPhish
c460280ab8 Unify indentation in Java test file 2024-01-21 17:27:11 +01:00
Danielkonge
f225bc8e88 fix(python): add missing tuple_pattern query 2024-01-21 15:52:00 +01:00
HiPhish
e023be2281 Translate buffer manipulation test to Busted
These tests are incomplete because an even on the Neovim side is not
triggered.  See the test code for a comment which explains the problem.
2024-01-21 12:50:09 +01:00
HiPhish
fccdb0a3f7 Fix buffer attachment test 2024-01-21 12:50:09 +01:00
HiPhish
1951d157c0 Translate local strategy tests to Busted 2024-01-20 22:09:57 +01:00
HiPhish
f615cd89d2 Translate remaining global strategy tests 2024-01-20 22:02:20 +01:00
HiPhish
2ab5fee110 Translate global "does not reactivate" test 2024-01-20 21:31:36 +01:00
HiPhish
3eb169ecc0 Translate buffer unloading test to Busted 2024-01-20 19:19:36 +01:00
Marcin
535f17463e
Merge branch 'HiPhish:master' into new-queries 2024-01-20 17:22:37 +01:00
HiPhish
fcdb535e60 Translate toggling test to Busted 2024-01-20 16:10:36 +01:00
HiPhish
8b6099f24e Translate file type switch test to Busted 2024-01-18 19:23:39 +01:00
HiPhish
cf626cd2f9 Translate "cleanup after bdelete" test to Busted 2024-01-17 19:26:32 +01:00
HiPhish
f39a9cd41a Translate buffer attachment test to Busted 2024-01-16 23:48:21 +01:00
HiPhish
8843562597 Add .luarc.json 2024-01-16 22:01:36 +01:00
HiPhish
80ee86a2a8 Avoid reinstalling parser in tests
Uses a custom function in the faker user config.  This function can be
called via RPC in the process under test.
2024-01-15 23:47:02 +01:00
HiPhish
bbe08e16ae Translate selective activation test to Busted 2024-01-15 20:48:03 +01:00
HiPhish
7c171bbeff Add end-to-end tests for configuration 2024-01-14 18:23:40 +01:00
HiPhish
0c550bcf1a Add unit testing for the stack structure
Use Busted as the unit testing framework
2024-01-14 18:22:56 +01:00
kawre
3aec5abf6d fix: new queries for java and lua 2024-01-09 03:00:26 +01:00
HiPhish
739a034046 Merge branch 'rust-array-type' 2024-01-08 20:53:25 +01:00
HiPhish
c516029a85 Update changelog 2024-01-08 20:52:35 +01:00
HiPhish
b0184267d8 Fix indentation in Java test file, update changelog 2024-01-08 20:36:44 +01:00
Marcin
06db8ab534
Merge branch 'HiPhish:master' into java-resource-specification-query 2024-01-08 01:25:47 +01:00
kawre
610d2d3413 fix(java): resource_specification query 2024-01-08 01:25:26 +01:00
Danielkonge
eda7156d4d fix(rust): add missing query array_type 2024-01-07 22:13:29 +01:00