mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-10 04:16:30 +00:00
change table name
This commit is contained in:
parent
94aa986ab8
commit
424505c70c
1 changed files with 2 additions and 2 deletions
|
@ -57,9 +57,9 @@ impl TagSpecs {
|
||||||
if path.exists() {
|
if path.exists() {
|
||||||
return match file {
|
return match file {
|
||||||
"pyproject.toml" => {
|
"pyproject.toml" => {
|
||||||
Self::load_from_toml(&path, &["tool", "djls", "template", "tags"])
|
Self::load_from_toml(&path, &["tool", "djls", "tagspecs"])
|
||||||
}
|
}
|
||||||
_ => Self::load_from_toml(&path, &[]), // Root level for other files
|
_ => Self::load_from_toml(&path, &["tagspecs"]), // Root level for other files
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue