We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
README
1 parent 4262f16 commit aa730f7Copy full SHA for aa730f7
README.md
@@ -8,8 +8,8 @@ Syntax Highlighting for ShellScript language within `package.json` `"scripts"`
8
9
## Known Issues
10
11
-ShellScript doesn't highlight code after `"`.
12
-Workaround is to place a `;` at the start of each string.
+ShellScript doesn't highlight code after double quotes `"` .
+Workaround is to place a semicolon `;` at the start of each string.
13
14
This extension targets every JSON file, not just `package.json`.
15
However only a root level `"scripts"` object is affected.
0 commit comments