[sh] update grammar

This commit is contained in:
Martin Aeschlimann 2017-12-20 17:22:18 +01:00
parent 069b68bcd5
commit 724b847a27

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/atom/language-shellscript/commit/f2cec59e541e3e10153a8e3e5e681baf139c81a3",
"version": "https://github.com/atom/language-shellscript/commit/5206d247e33bb4e7ebeb320f10814ecd4132f9eb",
"scopeName": "source.shell",
"name": "Shell Script",
"fileTypes": [
@ -753,7 +753,7 @@
]
}
},
"match": "(<<<)\\s*(([^\\s\\\\]|\\\\.)+)",
"match": "(<<<)\\s*(([^\\s)\\\\]|\\\\.)+)",
"name": "meta.herestring.shell"
}
]