mirror of
https://github.com/helix-editor/tree-house.git
synced 2025-10-05 16:02:44 +02:00
Previously we had a dependency on the grammar repository that will be used for language support in Helix. Instead this commit switches us to a local repository inline here in the test-grammars directory. We don't need Helix's full language support for testing and using that repository means that we could need to update tests to accommodate for updated grammars and queries in that repository. Instead we can duplicate part of that repository here. This also makes testing a bit simpler - previously we were downloading a (currently private) repository when running `cargo test` which is a bit icky and complicates the CI setup. (CI is currently failing because we haven't given the proper credentials to the runner.) Testing with locals files is a much smoother experience.
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
target
|
|
result
|
|
.direnv
|
|
/test-grammars/*/*.so
|
|
/test-grammars/*/.BUILD_COOKIE
|