Skip to content

Commit 15151ba

Browse files
committed
chore: fix credits for grammars
1 parent 8023f86 commit 15151ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This extension attempts to make Processing with Python easier to use. Follow the
115115
## Credits
116116

117117
- Snippets are based on the [Processing Sublime Text plugin](https://github.com/b-g/processing-sublime).
118-
- Syntax highlighting is based on the [Red Hat VSCode-Java extension grammar](https://github.com/redhat-developer/vscode-java/blob/master/syntaxes/java.tmLanguage.json)
118+
- Syntax highlighting is based on the [VSCode Java grammar](https://github.com/microsoft/vscode/blob/main/extensions/java/syntaxes/java.tmLanguage.json)
119119
- Thanks to [Tobiah Zarlez](https://github.com/TobiahZ) for making the [original extension](https://github.com/TobiahZ/processing-vscode)
120120

121121
## Development

syntaxes/pde.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"information_for_contributors": [
3-
"This file has is based off https://github.com/redhat-developer/vscode-java/blob/master/syntaxes/java.tmLanguage.json"
3+
"This file has is based off https://github.com/microsoft/vscode/blob/main/extensions/java/syntaxes/java.tmLanguage.json"
44
],
55
"scopeName": "source.pde",
66
"uuid": "fa3cf963-f9b4-4e28-949d-af2b8d279f97",

0 commit comments

Comments
 (0)