mirror of
https://github.com/redlib-org/redlib.git
synced 2025-04-04 13:37:40 +03:00
chore: fix jinja template highlighting in vscode
This commit is contained in:
parent
4f21388643
commit
cca164f410
1 changed files with 5 additions and 0 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"**/templates/*.html": "jinja-html"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue