feat: implement first-line-regex
This commit is contained in:
parent
1f196dc67d
commit
7dd096c5f7
4 changed files with 162 additions and 7 deletions
|
|
@ -27,6 +27,10 @@ pub fn fixtures_dir() -> &'static Path {
|
|||
&FIXTURES_DIR
|
||||
}
|
||||
|
||||
pub fn scratch_dir() -> &'static Path {
|
||||
&SCRATCH_DIR
|
||||
}
|
||||
|
||||
pub fn get_language(name: &str) -> Language {
|
||||
TEST_LOADER
|
||||
.load_language_at_path(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue