From 1868e7c24785a67967d3cc6623cf4ecbc90e9162 Mon Sep 17 00:00:00 2001 From: Garen Torikian Date: Mon, 10 Sep 2012 18:01:20 -0700 Subject: [PATCH] Fix Textmate ignoring --- tool/tmtheme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/tmtheme.js b/tool/tmtheme.js index c773a18f..3d2e0050 100755 --- a/tool/tmtheme.js +++ b/tool/tmtheme.js @@ -198,7 +198,7 @@ var themes = { "pastel_on_dark": "Pastels on Dark", "solarized_dark": "Solarized-dark", "solarized_light": "Solarized-light", - "textmate": "Textmate", + //"textmate": "Textmate", "tomorrow": "Tomorrow", "tomorrow_night": "Tomorrow-Night", "tomorrow_night_blue": "Tomorrow-Night-Blue",