Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
add more lang config
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Jan 4, 2024
1 parent 8f98f14 commit d95bfaf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion editors/vscode/syntaxes/typst.language-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"open": "(",
"close": ")"
},
{ "open": "/*", "close": " */" },
{
"open": "\"",
"close": "\"",
Expand All @@ -30,9 +31,14 @@
"open": "$",
"close": "$",
"notIn": ["string"]
},
{
"open": "`",
"close": "`",
"notIn": ["string"]
}
],
"autoCloseBefore": "$ \n\t",
"autoCloseBefore": ";:.,=}])>$ \n\t",
"surroundingPairs": [
["[", "]"],
["{", "}"],
Expand Down

0 comments on commit d95bfaf

Please sign in to comment.