/*--------------------------------------------------------------------------------------------- * 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. { "parseErrors": "剖析 {0} 時發生錯誤: {1}", "schema.openBracket": "左括弧字元或字串順序。", "schema.closeBracket": "右括弧字元或字串順序。", "schema.comments": "定義註解符號", "schema.blockComments": "定義標記區塊註解的方式。", "schema.blockComment.begin": "區塊註解開頭的字元順序。", "schema.blockComment.end": "區塊註解結尾的字元順序。", "schema.lineComment": "行註解開頭的字元順序。", "schema.brackets": "定義增加或減少縮排的括弧符號。", "schema.autoClosingPairs": "定義成對括弧。輸入左括弧時,即自動插入右括弧。", "schema.autoClosingPairs.notIn": "定義停用自動配對的範圍清單。", "schema.surroundingPairs": "定義可用以括住所選字串的成對括弧。", "schema.wordPattern": "定義語言的文字", "schema.wordPattern.pattern": "使用正規表示式進行文字比對", "schema.wordPattern.flags": "使用正規表示式標記進行文字比對", "schema.wordPattern.flags.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`", "schema.indentationRules": "語言的縮排設定。", "schema.indentationRules.increaseIndentPattern": "若有符合此模式的行,則其後的所有行都應縮排一次,直到符合另一條規則為止。", "schema.indentationRules.increaseIndentPattern.pattern": "適用於 increaseIndentPattern 的 RegExp 模式。", "schema.indentationRules.increaseIndentPattern.flags": "適用於 increaseIndentPattern 的 RegExp 旗標。", "schema.indentationRules.increaseIndentPattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`", "schema.indentationRules.decreaseIndentPattern": "若有符合此模式的行,則其後的所有行都應取消縮排一次,直到符合另一條規則為止。", "schema.indentationRules.decreaseIndentPattern.pattern": "適用於 decreaseIndentPattern 的 RegExp 模式。", "schema.indentationRules.decreaseIndentPattern.flags": "適用於 decreaseIndentPattern 的 RegExp 旗標。", "schema.indentationRules.decreaseIndentPattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`", "schema.indentationRules.indentNextLinePattern": "若有符合此模式的行,則**僅有下一行**應縮排一次,直到符合另一條規則為止。", "schema.indentationRules.indentNextLinePattern.pattern": "適用於 indentNextLinePattern 的 RegExp 模式。", "schema.indentationRules.indentNextLinePattern.flags": "適用於 indentNextLinePattern 的 RegExp 旗標。", "schema.indentationRules.indentNextLinePattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`", "schema.indentationRules.unIndentedLinePattern": "若有符合此模式的行,則不應該變更其縮排,並且不使用其他規則比對。", "schema.indentationRules.unIndentedLinePattern.pattern": "適用於 unIndentedLinePattern 的 RegExp 模式。", "schema.indentationRules.unIndentedLinePattern.flags": "適用於 unIndentedLinePattern 的 RegExp 旗標。", "schema.indentationRules.unIndentedLinePattern.errorMessage": "必須符合樣式 `/^([gimuy]+)$/`" }