Skip to content

Commit

Permalink
Merge pull request #2020 from WasabiFan/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Apr 2, 2020
2 parents 823ece1 + 2cc5260 commit 2e8b33b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
11 changes: 7 additions & 4 deletions syntax/syntax-rsweave.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"fileTypes": [
"rsweave"
],
"fileTypes": [
"rsweave"
],
"comments": {
"lineComment": "%"
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"],
["\\left", "\\right"]
["\\left(", "\\right)"],
["\\left[", "\\right]"],
["\\left\\{", "\\right\\}"],
["\\left<", "\\right>"]
],
"autoClosingPairs": [
["{", "}"],
Expand Down
5 changes: 3 additions & 2 deletions syntax/syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
["[", "]"],
["(", ")"],
["\\left(", "\\right)"],
["\\left[", "\\right]"],
["\\left\\{", "\\right\\}"]
["\\left[", "\\right]"],
["\\left\\{", "\\right\\}"],
["\\left<", "\\right>"]
],
"autoClosingPairs": [
["{", "}"],
Expand Down

0 comments on commit 2e8b33b

Please sign in to comment.