Skip to content

Commit 6b55247

Browse files
committed
Update readme
1 parent 6c2a410 commit 6b55247

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Then using multiple injection grammars that target those scopeNames and inject s
55

66

77
## Features
8+
89
* ShellScript within `"scripts"` for `package.json` (`JSON`)
910
![Example `package.json/scripts`](images/Example-scripts.png)
1011

@@ -26,20 +27,26 @@ Then using multiple injection grammars that target those scopeNames and inject s
2627

2728
This extension targets every `JSON` and `JSONC` file, not just `package.json`.
2829
There will be false positives and false negatives.
29-
Please report any you come across.
30+
Please report any [issues](https://github.com/RedCMD/JSON-Embedded-Languages/issues) you come across.
3031

3132
VSCode TextMate injections are rather slow.
3233
It may take longer for documents to fully syntax highlight.
33-
The `regexp` `"injectionSelector"` is almost 10,000 characters long.
34+
The `"injectionSelector"` for `regexp` is almost 10,000 characters long.
3435

3536

3637
## For more information
3738

3839
* The GitHub [Issue](https://github.com/microsoft/vscode/issues/224581) that spawned the idea
39-
* [Repository](https://github.com/RedCMD/JSON-Embedded-Languages)
40-
* [Marketplace](https://marketplace.visualstudio.com/items?itemName=RedCMD.json-embedded-languages)
40+
* Github [Repository](https://github.com/RedCMD/JSON-Embedded-Languages)
41+
* VSCode [Marketplace](https://marketplace.visualstudio.com/items?itemName=RedCMD.json-embedded-languages)
42+
* Related extensions:
43+
* [Extended Embedded Languages](https://marketplace.visualstudio.com/items?itemName=walteh.embedded-languages-vscode)
44+
* [Injected Regex Syntax Highlighting](https://marketplace.visualstudio.com/items?itemName=RedCMD.regexp-syntax-highlighter)
45+
* [YAML Embedded Languages](https://marketplace.visualstudio.com/items?itemName=harrydowning.yaml-embedded-languages)
46+
* [Snippets Snippets](https://marketplace.visualstudio.com/items?itemName=RedCMD.snippets-snippets)
4147

4248

4349
## TODO:
44-
* `globs`/`"filenamePatterns"`
50+
* Support args
4551
* Improve performance
52+
* Fix false positives

0 commit comments

Comments
 (0)