Skip to content

Commit

Permalink
completion refactoring and implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Feel-ix-343 committed Mar 19, 2024
1 parent 6c7e46a commit d4271b0
Show file tree
Hide file tree
Showing 37 changed files with 1,308 additions and 5,934 deletions.
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

0 comments on commit d4271b0

Please sign in to comment.