From 85a64c5fdb057a3e4a9359630443ea7180a44937 Mon Sep 17 00:00:00 2001 From: Allan Odgaard Date: Wed, 20 May 2009 07:42:46 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=A2=20improve=20indentation=20pattern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously keys were expected to be non-quoted, lowercase, not containing ‘.’, and have exactly one space to the left/right of the ‘=’ character. These restrictions have now been lifted. git-svn-id: http://svn.textmate.org/trunk/Bundles/Property List.tmbundle@11561 dfb7d73b-c2ec-0310-8fea-fb051d288c6d --- Preferences/Indentation Rules.tmPreferences | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Preferences/Indentation Rules.tmPreferences b/Preferences/Indentation Rules.tmPreferences index 1948fd3..c78fafe 100644 --- a/Preferences/Indentation Rules.tmPreferences +++ b/Preferences/Indentation Rules.tmPreferences @@ -1,5 +1,5 @@ - + name @@ -11,7 +11,7 @@ decreaseIndentPattern ^\s*(\}|\)) increaseIndentPattern - ^\s*([a-z_-]+ = )?[{(](?!.*[)}][;,]?\s*$) + ^\s*((["']?)[A-Za-z._-]+\2\s+=\s+)?[{(](?!.*[)}][;,]?\s*$) uuid 0473E42E-A64E-4D3E-B20B-BA66E0145BC4