Skip to content

Commit c05c85b

Browse files
committed
TextMate as one word. Fixes microsoft#29058
1 parent 688df5e commit c05c85b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/swift/LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
SOFTWARE.
2424

25-
Text mate grammar:
25+
TextMate grammar:
2626

2727
Copyright (c) 2014 Darin Morrison
2828

src/vs/workbench/services/themes/electron-browser/colorThemeData.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ function _loadColorThemeFromFile(themePath: string, resultRules: ITokenColorizat
271271
} else if (typeof tokenColors === 'string') {
272272
return _loadSyntaxTokensFromFile(Paths.join(Paths.dirname(themePath), tokenColors), resultRules, {});
273273
} else {
274-
return TPromise.wrapError(new Error(nls.localize({ key: 'error.invalidformat.tokenColors', comment: ['{0} will be replaced by a path. Values in quotes should not be translated.'] }, "Problem parsing color theme file: {0}. Property 'tokenColors' should be either an array specifying colors or a path to a text mate theme file", themePath)));
274+
return TPromise.wrapError(new Error(nls.localize({ key: 'error.invalidformat.tokenColors', comment: ['{0} will be replaced by a path. Values in quotes should not be translated.'] }, "Problem parsing color theme file: {0}. Property 'tokenColors' should be either an array specifying colors or a path to a TextMate theme file", themePath)));
275275
}
276276
}
277277
return null;

0 commit comments

Comments
 (0)