[grammar] update

This commit is contained in:
2021-04-09 23:40:13 +05:30
parent 65cd9dba24
commit 3d8fc0c74a
6 changed files with 15 additions and 37 deletions

View File

@@ -51,8 +51,8 @@
"name":"keyword.operator.output"
},
"paren-expression": {
"begin": "\\(",
"end": "\\)",
"begin": "\\[",
"end": "\\]",
"beginCaptures": {
"0": {
"name": "punctuation.paren.open"