typst
This commit is contained in:
parent
86438e6a1c
commit
1c8250e0ba
1 changed files with 13 additions and 9 deletions
|
|
@ -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"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue