Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

completion refactoring and implementation #33

Merged
merged 10 commits into from
Mar 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
anyhow = "1.0.80"
itertools = "0.10.5"
nanoid = "0.4.0"
nucleo-matcher = { path = "./matcher" }
nucleo-matcher = "0.3.1"
once_cell = "1.18.0"
pathdiff = "0.2.1"
rayon = "1.7.0"
Expand Down
1 change: 1 addition & 0 deletions TestFiles/A
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

3 changes: 1 addition & 2 deletions TestFiles/Another Test.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

xxf jdsklfjdsklf dskljfj dsklf jslkd jfklsd [[Another Test]] fjskadlf jkdsl



f jslk []()

fj dalkfdj

Expand Down
6 changes: 4 additions & 2 deletions TestFiles/folder/Fiile.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@

[[Another Test]]

jf ldjfla sfkjl d [[Another Test]] [Another](<Another yest#Another>)



# Heading

Expand All @@ -14,4 +17,3 @@ more footntoe[^2]
[^2]: This is a different footntoe


[[folder/Fiile#ZxY7P]]
1 change: 0 additions & 1 deletion matcher/.gitignore

This file was deleted.

82 changes: 0 additions & 82 deletions matcher/Cargo.lock

This file was deleted.

23 changes: 0 additions & 23 deletions matcher/Cargo.toml

This file was deleted.

1 change: 0 additions & 1 deletion matcher/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions matcher/fuzz.sh

This file was deleted.

4 changes: 0 additions & 4 deletions matcher/fuzz/.gitignore

This file was deleted.

29 changes: 0 additions & 29 deletions matcher/fuzz/Cargo.toml

This file was deleted.

78 changes: 0 additions & 78 deletions matcher/fuzz/fuzz_targets/fuzz_target_1.rs

This file was deleted.

13 changes: 0 additions & 13 deletions matcher/generate_case_fold_table.sh

This file was deleted.

Loading
Loading