Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json')
-rw-r--r--i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json
index 8b6ad71cd4e..7707ea3401f 100644
--- a/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json
+++ b/i18n/ptb/src/vs/workbench/services/textMate/electron-browser/TMGrammars.i18n.json
@@ -3,4 +3,11 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
-{} \ No newline at end of file
+{
+ "vscode.extension.contributes.grammars": "Contibui aos toquenizadores textmate",
+ "vscode.extension.contributes.grammars.language": "Identificador da linguagem para qual a sintaxe contribui.",
+ "vscode.extension.contributes.grammars.scopeName": "Nome do escopo Textmate usado pelo arquivo tmLanguage.",
+ "vscode.extension.contributes.grammars.path": "Caminho para o arquivo tmLanguage. O caminho é relativo a pasta da extensão e geralmente começa com './syntaxes/'.",
+ "vscode.extension.contributes.grammars.embeddedLanguages": "Um mapeamento no nome do escopo para o Id da linguagem se esta gramática contenha linguagens embutidas.",
+ "vscode.extension.contributes.grammars.injectTo": "Lista de nomes de escopos de linguagem aos quais esta gramática é injetada."
+} \ No newline at end of file