From 813ab575041853bcb0f6573cd2ac5c0b6fd2cb76 Mon Sep 17 00:00:00 2001 From: Achal Talati Date: Mon, 6 Nov 2023 14:26:13 +0530 Subject: [PATCH] removed "information_for_contributors" field Signed-off-by: Achal Talati --- vscode/syntaxes/java.tmLanguage.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/vscode/syntaxes/java.tmLanguage.json b/vscode/syntaxes/java.tmLanguage.json index cd3b054..0bd472f 100644 --- a/vscode/syntaxes/java.tmLanguage.json +++ b/vscode/syntaxes/java.tmLanguage.json @@ -1,9 +1,4 @@ { - "information_for_contributors": [ - "This file has been converted from https://github.com/atom/language-java/blob/master/grammars/java.cson", - "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-java/commit/29f977dc42a7e2568b39bb6fb34c4ef108eb59b3", "name": "Java", "scopeName": "source.java",