From 146c3848b5588f5f23e2ed2c50a570d42e554584 Mon Sep 17 00:00:00 2001 From: Ian Mustafa Date: Sun, 5 Oct 2014 07:42:44 +0700 Subject: [PATCH] Remove lazy operator for OS X compatibility Should work well as of pull request #14 --- php.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php.nanorc b/php.nanorc index d2fd4af..8021cac 100644 --- a/php.nanorc +++ b/php.nanorc @@ -27,7 +27,7 @@ color green "(\;\;|\|\||::|=>|->)" # Online Comments color brightyellow "(#.*|//.*)$" # STRINGS! -color red "('[^']*?')|(\"[^\"]*?\")" +color red "('[^']*')|(\"[^\"]*\")" # Inline Variables color white "\{\$[^}]*\}" # PHP Tags