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

emmet.contribution.i18n.json « node « emmet « parts « workbench « vs « src « jpn « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: caa0afc5bb79d1a0489745a1f5cec5608aa0dbe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*---------------------------------------------------------------------------------------------
 *  Copyright (c) Microsoft Corporation. All rights reserved.
 *  Licensed under the MIT License. See License.txt in the project root for license information.
 *--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
	"emmetConfigurationTitle": "Emmet",
	"emmetExclude": "Emmet の省略形を展開すべきでない言語の配列。",
	"emmetPreferences": "Emmet の一部のアクションやリゾルバーの動作の変更に使用される設定。",
	"emmetSyntaxProfiles": "指定した構文に対してプロファイルを定義するか、特定の規則がある独自のプロファイルをご使用ください。",
	"triggerExpansionOnTab": "これをオンにすると、TAB キーを押したときに Emmet の省略形が展開されます。"
}