Skip to content

Commit 8011845

Browse files
committed
Retrieve files in synchronous mode
1 parent dff480d commit 8011845

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/update-grammar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async function updateGrammars() {
4444
console.log('Cannot read last commit information')
4545
}
4646
for (const file of grammarFiles) {
47-
void downloadFile(latexBasicsRepo, 'syntaxes/' + file)
47+
await downloadFile(latexBasicsRepo, 'syntaxes/' + file)
4848
}
4949

5050
}

syntax/bibtex-language-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"brackets": [
66
["{", "}"],
77
["[", "]"],
8-
["(", ")"],
8+
["(", ")"]
99
],
1010
"autoClosingPairs": [
1111
["{", "}"],

0 commit comments

Comments
 (0)