Update shellscript grammar (#177087)

This commit is contained in:
Alex Ross
2023-03-14 14:50:36 +01:00
committed by GitHub
parent b7df1f86dd
commit 24483e964e
5 changed files with 174 additions and 171 deletions

View File

@@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/jeff-hykin/better-shell-syntax/commit/adcc0fdac84e96e03a2cfb48a0f6f854a1da9053",
"version": "https://github.com/jeff-hykin/better-shell-syntax/commit/f0becead09678ee025faef6bc062b33fab60274b",
"name": "Shell Script",
"scopeName": "source.shell",
"patterns": [
@@ -1363,7 +1363,7 @@
"end": "(?=;|\\||&|\\n|\\)|\\`|\\{|\\}|[ \\t]*#|\\])(?<!\\\\)",
"beginCaptures": {},
"endCaptures": {},
"name": "meta.command.shell",
"name": "meta.statement.command.shell",
"patterns": [
{
"begin": "\\G",
@@ -1435,6 +1435,9 @@
},
{
"include": "#statement_context"
},
{
"include": "#string"
}
]
},