add ""sql"" to allowed_languages

This commit is contained in:
OniriCorpe 2024-06-21 01:02:35 +02:00
parent e7c3d0bf59
commit 416ec70117

View file

@ -43,6 +43,7 @@
"json", "json",
"yaml", "yaml",
"toml", "toml",
"sql",
"markdown", "markdown",
"txt" "txt"
], ],