This commit is contained in:
Tao Tien 2025-02-18 00:47:26 -08:00
parent 86438e6a1c
commit 1c8250e0ba

View file

@ -62,21 +62,25 @@
};
languages = {
use-grammars.only = [
"rust"
"bash"
"c"
"cpp"
"typst"
"nix"
"html"
"toml"
"markdown"
"just"
"bash"
"gas"
"sql"
"html"
"just"
"markdown"
"nix"
"rust"
"scheme"
"sql"
"toml"
"typst"
];
language = [
{
name = "typst";
text-width = "100";
}
{
name = "sql";
language-servers = ["sqls"];