mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Fix whitespace ✔
This commit is contained in:
parent
5157c1e276
commit
a0de9aad07
@ -1,29 +1,29 @@
|
|||||||
{
|
{
|
||||||
"comments": {
|
"comments": {
|
||||||
"lineComment": "//",
|
"lineComment": "//",
|
||||||
"blockComment": ["/*", "*/"]
|
"blockComment": ["/*", "*/"]
|
||||||
},
|
},
|
||||||
"brackets": [
|
"brackets": [
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["{", "}"],
|
["{", "}"],
|
||||||
["(", ")"]
|
["(", ")"]
|
||||||
],
|
],
|
||||||
"autoClosingPairs": [
|
"autoClosingPairs": [
|
||||||
{ "open": "[", "close": "]" },
|
{ "open": "[", "close": "]" },
|
||||||
{ "open": "{", "close": "}" },
|
{ "open": "{", "close": "}" },
|
||||||
{ "open": "(", "close": ")" },
|
{ "open": "(", "close": ")" },
|
||||||
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
{ "open": "\"", "close": "\"", "notIn": ["string"] },
|
||||||
{ "open": "$", "close": "$", "notIn": ["string"] }
|
{ "open": "$", "close": "$", "notIn": ["string"] }
|
||||||
],
|
],
|
||||||
"autoCloseBefore": "$ \n\t",
|
"autoCloseBefore": "$ \n\t",
|
||||||
"surroundingPairs": [
|
"surroundingPairs": [
|
||||||
["[", "]"],
|
["[", "]"],
|
||||||
["{", "}"],
|
["{", "}"],
|
||||||
["(", ")"],
|
["(", ")"],
|
||||||
["\"", "\""],
|
["\"", "\""],
|
||||||
["*", "*"],
|
["*", "*"],
|
||||||
["_", "_"],
|
["_", "_"],
|
||||||
["`", "`"],
|
["`", "`"],
|
||||||
["$", "$"]
|
["$", "$"]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user